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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 爭耕?災?B | 111000001010010110001101011010110011111110001101110100000011111101000010 | e0a58d6b3f8dd03f42 |
EUC-JP | 爭耕?災?B | 111000001010011110111001110011000011111110111010110100100011111101000010 | e0a7b9cc3fbad23f42 |
UTF-8 | 爭耕볏災렧B | 11100111100010001010110111101000100000001001010111101011101100111000111111100111100000011011110111101011101000001010011101000010 | e788ade88095ebb38fe781bdeba0a742 |
UHC | 爭耕볏災렧B | 1110111010110011110011001110100110111010101100101110111010101100100011101011011001000010 | eeb3cce9bab2eeac8eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)