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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?朞濡莎ゃ | 001111111001111001001101100101000100011111100100101100111000001011100001 | 3f9e4d9447e4b382e1 |
EUC-JP | ?朞濡莎ゃ | 001111111101101110101110110001111010100011101000101101011010010011100011 | 3fdbaec7a8e8b5a4e3 |
UTF-8 | 룶朞濡莎ゃ | 111010111010001110110110111001101001110010011110111001101011111110100001111010001000111010001110111000111000001010000011 | eba3b6e69c9ee6bfa1e88e8ee38283 |
UHC | 룶朞濡莎ゃ | 10001111101010111101000110100001111010111010000111011110111011011010101011100011 | 8fabd1a1eba1deedaae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)