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 | 100010111100011000111111001111111001100011011111001111110100001001000110 | 8bc63f3f98df3f4246 |
EUC-JP | 業??倚?BF | 101101101100100000111111001111111101000011100001001111110100001001000110 | b6c83f3fd0e13f4246 |
UTF-8 | 業볥슚倚둶BF | 1110011010100101101011011110101110110011101001011110110010001010100110101110010110000000100110101110101110010001101101100100001001000110 | e6a5adebb3a5ec8a9ae5809aeb91b64246 |
UHC | 業볥슚倚둶BF | 111001011111011010010011111010111001101010101000111010111110111110001010011011110100001001000110 | e5f693eb9aa8ebef8a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)