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 | 諸?廓?? | 10001111100101000011111110001010011001100011111100111111 | 8f943f8a663f3f |
EUC-JP | 諸?廓?? | 10111101111101000011111110110011110001110011111100111111 | bdf43fb3c73f3f |
UTF-8 | 諸계廓롊렒 | 111010001010101110111000111010101011001110000100111001011011101110010011111010111010000110001010111010111010000010010010 | e8abb8eab384e5bb93eba18aeba092 |
UHC | 諸계廓롊렒 | 11110000101100111011000011101000110011101010100110001110110100001000111010100111 | f0b3b0e8cea98ed08ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)