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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濟?燼封? | 1110000001011010001111111110000010011110100101011001010100111111 | e05a3fe09e95953f |
EUC-JP | 濟?燼封? | 1101111110111011001111111101111111111110110010011111010100111111 | dfbb3fdffec9f53f |
UTF-8 | 濟렠燼封뤰 | 111001101011111110011111111010111010000010100000111001111000011110111100111001011011000010000001111010111010010010110000 | e6bf9feba0a0e787bce5b081eba4b0 |
UHC | 濟렠燼封뤰 | 11110000101011011000111010110001111000111110100011011100111001101000111111011110 | f0ad8eb1e3e8dce68fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)