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 | 111010001011111010110000111001001011111110010111011011110100001001000110 | e8beb0e4bf976f4246 |
EUC-JP | 霎ー菫熔BF | 11110000110000001000111010110000111010001100000111001101110100000100001001000110 | f0c08eb0e8c1cdd04246 |
UTF-8 | 霎ー菫熔BF | 1110100110011100100011101110111110111101101100001110100010001111101010111110011110000110100101000100001001000110 | e99c8eefbdb0e88fabe786944246 |
UHC | ??菫熔BF | 0011111100111111110100001100101111101001110000100100001001000110 | 3f3fd0cbe9c24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)