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 | 濟?以?? | 11100000010110100011111110001000110010000011111100111111 | e05a3f88c83f3f |
EUC-JP | 濟?以?縕 | 110111111011101100111111101100001100101000111111100011111101010011000010 | dfbb3fb0ca3f8fd4c2 |
UTF-8 | 濟렡以렑縕 | 111001101011111110011111111010111010000010100001111001001011101110100101111010111010000010010001111001111011100010010101 | e6bf9feba0a1e4bba5eba091e7b895 |
UHC | 濟렡以렑縕 | 11110000101011011000111010110010111011001010010010001110101001101110100010110010 | f0ad8eb2eca48ea6e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)