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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜??蘂 | 100101110110101000111111001111111110010101000001 | 976a3f3fe541 |
EUC-JP | 曜??蘂 | 110011011100101100111111001111111110100110100010 | cdcb3f3fe9a2 |
UTF-8 | 曜꿩뮈蘂 | 111001101001101110011100111010101011111110101001111010111010111010001000111010001001100010000010 | e69b9ceabfa9ebae88e89882 |
UHC | 曜꿩뮈蘂 | 1110100011111000101100101110011010111001101111111110011111011110 | e8f8b2e6b9bfe7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)