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 | 濟?耳?辛? | 111000000101101000111111100011101010100000111111100100000110100000111111 | e05a3f8ea83f90683f |
EUC-JP | 濟?耳?辛? | 110111111011101100111111101111001010101000111111101111111100100100111111 | dfbb3fbcaa3fbfc93f |
UTF-8 | 濟렋耳렋辛렮 | 111001101011111110011111111010111010000010001011111010001000000010110011111010111010000010001011111010001011111010011011111010111010000010101110 | e6bf9feba08be880b3eba08be8be9beba0ae |
UHC | 濟렋耳렋辛렮 | 111100001010110110001110101000101110110010111100100011101010001011100011111101001000111010111011 | f0ad8ea2ecbc8ea2e3f48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)