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 | ??9游δ? | 001111110011111110000010010110001001111111100000100000111100001000111111 | 3f3f82589fe083c23f |
EUC-JP | ??9游δ? | 001111110011111110100011101110011101111011100010101001101100010000111111 | 3f3fa3b9dee2a6c43f |
UTF-8 | 閱묐9游δ펺 | 1110100110010110101100011110101110101100100100001110111110111100100110011110011010111000101110001100111010110100111011011000111010111010 | e996b1ebac90efbc99e6b8b8ceb4ed8eba |
UHC | 閱묐9游δ펺 | 111001101111001110010001111010111010001110111001111010101111110110100101111001001011110010001010 | e6f391eba3b9eafda5e4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)