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 | 襄壌揆鉞 | 1110010111110101100011111110101110011101100001001110011111100110 | e5f58feb9d84e7e6 |
EUC-JP | 襄壌揆鉞 | 1110101011110111101111101110110111011001111001001110111011101000 | eaf7beedd9e4eee8 |
UTF-8 | 襄壌揆鉞 | 111010001010010110000100111001011010001110001100111001101000111110000110111010011000100110011110 | e8a584e5a38ce68f86e9899e |
UHC | 襄?揆鉞 | 11100101110100010011111111010000101001101110101011000111 | e5d13fd0a6eac7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)