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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蓴育離^ | 11100100111100011000100011100111100101111010001101011110 | e4f188e797a35e |
EUC-JP | 蓴育離^ | 11101000111100111011000011101001110011101010010101011110 | e8f3b0e9cea55e |
UTF-8 | 蓴育離^ | 11101000100100111011010011101000100000101011001011101001100110111010001001011110 | e893b4e882b2e99ba25e |
UHC | 蓴育離^ | 11100010111100011110101111000000110101111110111001011110 | e2f1ebc0d7ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)