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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋓室瑤室 | 1111101111010110100011101011101011101010101000101000111010111010 | fbd68ebaeaa28eba |
EUC-JP | 鋓室瑤室 | 100011111110010010111111101111001011110011110100101001001011110010111100 | 8fe4bfbcbcf4a4bcbc |
UTF-8 | 鋓室瑤室 | 111010011000101110010011111001011010111010100100111001111001000110100100111001011010111010100100 | e98b93e5aea4e791a4e5aea4 |
UHC | ?室瑤室 | 00111111111000111111100011101000111111011110001111111000 | 3fe3f8e8fde3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)