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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 侑蓑? | 1001100011010000100101101010101000111111 | 98d096aa3f |
EUC-JP | 侑蓑? | 1101000011010010110011001010110000111111 | d0d2ccac3f |
UTF-8 | 侑蓑떪 | 111001001011111010010001111010001001001110010001111010111001011010101010 | e4be91e89391eb96aa |
UHC | 侑蓑떪 | 111010101110001011011110111011101011011010110100 | eae2deeeb6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)