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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 燁??A壤 | 11111011010110010011111100111111010000011001101011011111 | fb593f3f419adf |
EUC-JP | 燁??A壤 | 1000111111001010101100110011111100111111010000011101010011100001 | 8fcab33f3f41d4e1 |
UTF-8 | 燁⑹꼸A壤 | 11100111100001111000000111100010100100011011100111101010101111001011100001000001111001011010001110100100 | e78781e291b9eabcb841e5a3a4 |
UHC | 燁⑹꼸A壤 | 111001111010011110101001111011001000010010010000010000011110010110111101 | e7a7a9ec849041e5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)