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 | 語〓?筌←? | 10001100111010101000000110101100001111111110001010100011100000011010100100111111 | 8cea81ac3fe2a381a93f |
EUC-JP | 語〓?筌←? | 10111000111011001010001010101110001111111110010010100101101000101010101100111111 | b8eca2ae3fe4a5a2ab3f |
UTF-8 | 語〓젩筌←릊 | 111010001010101010011110111000111000000010010011111011001010000010101001111001111010110110001100111000101000011010010000111010111010011010001010 | e8aa9ee38093eca0a9e7ad8ce28690eba68a |
UHC | 語〓젩筌←릊 | 111001011101111010100001111010111010000010100001111011111010011110100001111001111011100010101011 | e5dea1eba0a1efa7a1e7b8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)