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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 蜥、逵ЪBF | 111001011001001010100100111001111001110010000100010110110100001001000110 | e592a4e79c845b4246 |
EUC-JP | 蜥、逵ЪBF | 11101001111100101000111010100100111011011111110010100111101111000100001001000110 | e9f28ea4edfca7bc4246 |
UTF-8 | 蜥、逵ЪBF | 11101000100111001010010111101111101111011010010011101001100000001011010111010000101010100100001001000110 | e89ca5efbda4e980b5d0aa4246 |
UHC | ??逵ЪBF | 0011111100111111110100001011000010101100101111000100001001000110 | 3f3fd0b0acbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)