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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陰??燁 | 100010010100000100111111001111111111101101011001 | 89413f3ffb59 |
EUC-JP | 陰??燁 | 10110001101000100011111100111111100011111100101010110011 | b1a23f3f8fcab3 |
UTF-8 | 陰쎌뀞燁 | 111010011001100110110000111011001000111010001100111010111000000010011110111001111000011110000001 | e999b0ec8e8ceb809ee78781 |
UHC | 陰쎌뀞燁 | 1110101111100100101111011110110010000101100101011110011110100111 | ebe4bdec8595e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)