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 | 鈺??燁 | 111110111100010000111111001111111111101101011001 | fbc43f3ffb59 |
EUC-JP | 鈺??燁 | 1000111111100011110101010011111100111111100011111100101010110011 | 8fe3d53f3f8fcab3 |
UTF-8 | 鈺깍슈燁 | 111010011000100010111010111010101011100110001101111011001000101010001000111001111000011110000001 | e988baeab98dec8a88e78781 |
UHC | 鈺깍슈燁 | 1110100010101101101100011110111110111101101101001110011110100111 | e8adb1efbdb4e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)