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 | 臂壕? | 1110010001011101100011011000100000111111 | e45d8d883f |
EUC-JP | 臂壕悈 | 11100111101111101011100111101000100011111011110111101111 | e7beb9e88fbdef |
UTF-8 | 臂壕悈 | 111010001000011110000010111001011010001110010101111001101000001010001000 | e88782e5a395e68288 |
UHC | 臂壕? | 1101111010100010111110111011110100111111 | dea2fbbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)