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 | 11100101111010001001000111101011100101011011100001101000 | e5e891eb95b868 |
EUC-JP | 裴瀧丙h | 11101010111010101100001011101101110010101011101001101000 | eaeac2edcaba68 |
UTF-8 | 裴瀧丙h | 11101000101000111011010011100111100000001010011111100100101110001001100101101000 | e8a3b4e780a7e4b89968 |
UHC | 裴瀧丙h | 11011011110100001101011011101001110111001011000001101000 | dbd0d6e9dcb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)