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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 簇??簇??^ | 111000101100011000111111001111111110001011000110001111110011111101011110 | e2c63f3fe2c63f3f5e |
EUC-JP | 簇??簇??^ | 111001001100100000111111001111111110010011001000001111110011111101011110 | e4c83f3fe4c83f3f5e |
UTF-8 | 簇렏렏簇렏렏^ | 11100111101100001000011111101011101000001000111111101011101000001000111111100111101100001000011111101011101000001000111111101011101000001000111101011110 | e7b087eba08feba08fe7b087eba08feba08f5e |
UHC | 簇렏렏簇렏렏^ | 11110000111010101000111010100101100011101010010111110000111010101000111010100101100011101010010101011110 | f0ea8ea58ea5f0ea8ea58ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)