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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 癲??應?BF | 111000011001111100111111001111111001110011100100001111110100001001000110 | e19f3f3f9ce43f4246 |
EUC-JP | 癲??應?BF | 111000101010000100111111001111111101100011100110001111110100001001000110 | e2a13f3fd8e63f4246 |
UTF-8 | 癲⑸뜄應쁮BF | 1110011110011001101100101110001010010001101110001110101110011100100001001110011010000111100010011110110010000001101011100100001001000110 | e799b2e291b8eb9c84e68789ec81ae4246 |
UHC | 癲⑸뜄應쁮BF | 111011111010011010101001111010111000110110001000111010111110101110011000011011110100001001000110 | efa6a9eb8d88ebeb986f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)