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 | ?P?@?P?@^ | 001111110101000000111111010000000011111101010000001111110100000001011110 | 3f503f403f503f405e |
SJIS-WIN | 蘓P漏@蘓P漏@^ | 11100101010111100101000010011000010100100100000011100101010111100101000010011000010100100100000001011110 | e55e50985240e55e509852405e |
EUC-JP | 蘓P漏@蘓P漏@^ | 11101001101111110101000011001111101100110100000011101001101111110101000011001111101100110100000001011110 | e9bf50cfb340e9bf50cfb3405e |
UTF-8 | 蘓P漏@蘓P漏@^ | 1110100010011000100100110101000011100110101111001000111101000000111010001001100010010011010100001110011010111100100011110100000001011110 | e8989350e6bc8f40e8989350e6bc8f405e |
UHC | ?P漏@?P漏@^ | 0011111101010000110101111010100101000000001111110101000011010111101010010100000001011110 | 3f50d7a9403f50d7a9405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)