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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 啼???E | 100110100110010100111111001111110011111101000101 | 9a653f3f3f45 |
EUC-JP | 啼???E | 110100111100011000111111001111110011111101000101 | d3c63f3f3f45 |
UTF-8 | 啼목렰렕E | 11100101100101011011110011101011101010101010100111101011101000001011000011101011101000001001010101000101 | e595bcebaaa9eba0b0eba09545 |
UHC | 啼목렰렕E | 111100001010011010111000111100011000111010111101100011101010101001000101 | f0a6b8f18ebd8eaa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)