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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 烏?????B | 1000100101000111001111110011111100111111001111110011111101000010 | 89473f3f3f3f3f42 |
EUC-JP | 烏?????B | 1011000110101000001111110011111100111111001111110011111101000010 | b1a83f3f3f3f3f42 |
UTF-8 | 烏녷찇溜뽯젺B | 11100111100000111000111111101011100001011011011111101100101100001000011111101111101001111000101111101011101111011010111111101100101000001011101001000010 | e7838feb85b7ecb087efa78bebbdafeca0ba42 |
UHC | 烏녷찇溜뽯젺B | 11101000101000011000011011100110101010011000101111101010111111101001011011101011101000001010110101000010 | e8a186e6a98beafe96eba0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)