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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濟?燼封?? | 111000000101101000111111111000001001111010010101100101010011111100111111 | e05a3fe09e95953f3f |
EUC-JP | 濟?燼封?? | 110111111011101100111111110111111111111011001001111101010011111100111111 | dfbb3fdffec9f53f3f |
UTF-8 | 濟렠燼封뤰디 | 111001101011111110011111111010111010000010100000111001111000011110111100111001011011000010000001111010111010010010110000111010111001010010010100 | e6bf9feba0a0e787bce5b081eba4b0eb9494 |
UHC | 濟렠燼封뤰디 | 111100001010110110001110101100011110001111101000110111001110011010001111110111101011010111110000 | f0ad8eb1e3e8dce68fdeb5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)