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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 重?佇?堤? | 100011110110010000111111100110001100100000111111100100101110011100111111 | 8f643f98c83f92e73f |
EUC-JP | 重?佇?堤? | 101111011100010100111111110100001100101000111111110001001110100100111111 | bdc53fd0ca3fc4e93f |
UTF-8 | 重렮佇렑堤렡 | 111010011000011110001101111010111010000010101110111001001011110110000111111010111010000010010001111001011010000010100100111010111010000010100001 | e9878deba0aee4bd87eba091e5a0a4eba0a1 |
UHC | 重렮佇렑堤렡 | 111100011110110010001110101110111110111010110111100011101010011011110000101001111000111010110010 | f1ec8ebbeeb78ea6f0a78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)