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 | 低?年 | 1001001011100001001111111001010001001110 | 92e13f944e |
EUC-JP | 低?年 | 1100010011100011001111111100011110101111 | c4e33fc7af |
UTF-8 | 低꿴年 | 111001001011110110001110111010101011111110110100111001011011100110110100 | e4bd8eeabfb4e5b9b4 |
UHC | 低꿴年 | 111011101011100010110010111010011101001010110100 | eeb8b2e9d2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)