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 | 鈺ヤ?腋 | 11111011110001001000001110000100001111111110001111111100 | fbc483843fe3fc |
EUC-JP | 鈺ヤ?腋 | 1000111111100011110101011010010111100100001111111110011011111110 | 8fe3d5a5e43fe6fe |
UTF-8 | 鈺ヤ퍢腋 | 111010011000100010111010111000111000001110100100111011011000110110100010111010001000010110001011 | e988bae383a4ed8da2e8858b |
UHC | 鈺ヤ퍢腋 | 1110100010101101101010111110010010111011100110011110010011111101 | e8adabe4bb99e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)