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 | 禹經馬瓠 | 1110001001011010111000110101001110010100011011101110000101000000 | e25ae353946ee140 |
EUC-JP | 禹經馬瓠 | 1110001110111011111001011011010011000111110011111110000110100001 | e3bbe5b4c7cfe1a1 |
UTF-8 | 禹經馬瓠 | 111001111010011010111001111001111011011010010011111010011010011010101100111001111001001110100000 | e7a6b9e7b693e9a6ace793a0 |
UHC | 禹經馬瓠 | 1110100111100000110011001110100011011000101010011111101111010010 | e9e0cce8d8a9fbd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)