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 | 啼??遠? | 10011010011001010011111100111111100010011001001100111111 | 9a653f3f89933f |
EUC-JP | 啼??遠? | 11010011110001100011111100111111101100011111001100111111 | d3c63f3fb1f33f |
UTF-8 | 啼당료遠렣 | 111001011001010110111100111010111000101110111001111010111010001110001100111010011000000110100000111010111010000010100011 | e595bceb8bb9eba38ce981a0eba0a3 |
UHC | 啼당료遠렣 | 11110000101001101011010011100111101101111110000111101010110000001000111010110100 | f0a6b4e7b7e1eac08eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)