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 | 濟?燼峯?靜 | 11100000010110100011111111100000100111101001010111110101001111111110100011001110 | e05a3fe09e95f53fe8ce |
EUC-JP | 濟?燼峯?靜 | 11011111101110110011111111011111111111101100101011110111001111111111000011010000 | dfbb3fdffecaf73ff0d0 |
UTF-8 | 濟렠燼峯운靜 | 111001101011111110011111111010111010000010100000111001111000011110111100111001011011001110101111111011001001101010110100111010011001110110011100 | e6bf9feba0a0e787bce5b3afec9ab4e99d9c |
UHC | 濟렠燼峯운靜 | 111100001010110110001110101100011110001111101000110111001110011110111111111011101111000010100001 | f0ad8eb1e3e8dce7bfeef0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)