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 | 諸?廓??齊 | 100011111001010000111111100010100110011000111111001111111110101010001110 | 8f943f8a663f3fea8e |
EUC-JP | 諸?廓??齊 | 101111011111010000111111101100111100011100111111001111111111001111101110 | bdf43fb3c73f3ff3ee |
UTF-8 | 諸계廓롊렒齊 | 111010001010101110111000111010101011001110000100111001011011101110010011111010111010000110001010111010111010000010010010111010011011110110001010 | e8abb8eab384e5bb93eba18aeba092e9bd8a |
UHC | 諸계廓롊렒齊 | 111100001011001110110000111010001100111010101001100011101101000010001110101001111111000010111010 | f0b3b0e8cea98ed08ea7f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)