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 | 鴉??魏↑? | 111010011110101100111111001111111110100110110000100000011010101000111111 | e9eb3f3fe9b081aa3f |
EUC-JP | 鴉??魏↑? | 111100101110110100111111001111111111001010110010101000101010110000111111 | f2ed3f3ff2b2a2ac3f |
UTF-8 | 鴉띻낑魏↑퉪 | 111010011011010010001001111010111001110110111011111010111000001010010001111010011010110110001111111000101000011010010001111011011000100110101010 | e9b489eb9dbbeb8291e9ad8fe28691ed89aa |
UHC | 鴉띻낑魏↑퉪 | 111001001011110010001101111010101011001110101001111010101110000010100001111010001011100110000010 | e4bc8deab3a9eae0a1e8b982 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)