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 | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | ??邯〓@B | 0011111100111111111001111011011010000001101011000100000001000010 | 3f3fe7b681ac4042 |
EUC-JP | ??邯〓@B | 0011111100111111111011101011100010100010101011100100000001000010 | 3f3feeb8a2ae4042 |
UTF-8 | 룴창邯〓@B | 1110101110100011101101001110110010110000101111011110100110000010101011111110001110000000100100110100000001000010 | eba3b4ecb0bde982afe380934042 |
UHC | 룴창邯〓@B | 10001111101010011100001110100010110010101111101110100001111010110100000001000010 | 8fa9c3a2cafba1eb4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)