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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 裴瀧弔h | 11100101111010001001000111101011100100101010001001101000 | e5e891eb92a268 |
EUC-JP | 裴瀧弔h | 11101010111010101100001011101101110001001010010001101000 | eaeac2edc4a468 |
UTF-8 | 裴瀧弔h | 11101000101000111011010011100111100000001010011111100101101111001001010001101000 | e8a3b4e780a7e5bc9468 |
UHC | 裴瀧弔h | 11011011110100001101011011101001111100001100000001101000 | dbd0d6e9f0c068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)