To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 閼ア謠ゴB | 1110100010000100101100011110011010001111100000110101001101000010 | e884b1e68f835342 |
EUC-JP | 閼ア謠ゴB | 111011111110010010001110101100011110101111101111101001011011010001000010 | efe48eb1ebefa5b442 |
UTF-8 | 閼ア謠ゴB | 11101001100101101011110011101111101111011011000111101000101011001010000011100011100000101011010001000010 | e996bcefbdb1e8aca0e382b442 |
UHC | 閼?謠ゴB | 1110010011011001001111111110100110101010101010111011010001000010 | e4d93fe9aaabb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)