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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ??嬪躁?E | 0011111100111111100110110110110011100111010011100011111101000101 | 3f3f9b6ce74e3f45 |
EUC-JP | ??嬪躁?E | 0011111100111111110101011100110111101101101011110011111101000101 | 3f3fd5cdedaf3f45 |
UTF-8 | 吏흘嬪躁렦E | 11101111101001111001111011101101100111011001100011100101101011001010101011101000101110101000000111101011101000001010011001000101 | efa79eed9d98e5acaae8ba81eba0a645 |
UHC | 吏흘嬪躁렦E | 1110110010100111110010001110101011011110101011101111000011100010100011101011010101000101 | eca7c8eadeaef0e28eb545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)