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 | 梯?倚 | 1001001011110010001111111001100011011111 | 92f23f98df |
EUC-JP | 梯?倚 | 1100010011110100001111111101000011100001 | c4f43fd0e1 |
UTF-8 | 梯렟倚 | 111001101010001010101111111010111010000010011111111001011000000010011010 | e6a2afeba09fe5809a |
UHC | 梯렟倚 | 111100001010110010001110101100001110101111101111 | f0ac8eb0ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)