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 | 茖級勧 | 111001001010000110001011100010011000101010101001 | e4a18b898aa9 |
EUC-JP | 茖級勧 | 111010001010001110110101111010011011010010101011 | e8a3b5e9b4ab |
UTF-8 | 茖級勧 | 111010001000110010010110111001111011010010011010111001011000101110100111 | e88c96e7b49ae58ba7 |
UHC | ?級? | 00111111110100001110010000111111 | 3fd0e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)