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 | 濟?耳??斐 | 111000000101101000111111100011101010100000111111001111111001010011100011 | e05a3f8ea83f3f94e3 |
EUC-JP | 濟?耳??斐 | 110111111011101100111111101111001010101000111111001111111100100011100101 | dfbb3fbcaa3f3fc8e5 |
UTF-8 | 濟렒耳렩뤶斐 | 111001101011111110011111111010111010000010010010111010001000000010110011111010111010000010101001111010111010010010110110111001101001011010010000 | e6bf9feba092e880b3eba0a9eba4b6e69690 |
UHC | 濟렒耳렩뤶斐 | 111100001010110110001110101001111110110010111100100011101011011110001111111001001101110111101100 | f0ad8ea7ecbc8eb78fe4ddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)