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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諛育勣 | 111001101000011110001000111001111001100110101000 | e68788e799a8 |
EUC-JP | 諛育勣 | 111010111110011110110000111010011101001010101010 | ebe7b0e9d2aa |
UTF-8 | 諛育勣 | 111010001010101110011011111010001000001010110010111001011000101110100011 | e8ab9be882b2e58ba3 |
UHC | 諛育勣 | 111010111011000011101011110000001110111011010011 | ebb0ebc0eed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)