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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺ヤ?腋? | 1111101111000100100000111000010000111111111000111111110000111111 | fbc483843fe3fc3f |
EUC-JP | 鈺ヤ?腋? | 100011111110001111010101101001011110010000111111111001101111111000111111 | 8fe3d5a5e43fe6fe3f |
UTF-8 | 鈺ヤ퍢腋딦 | 111010011000100010111010111000111000001110100100111011011000110110100010111010001000010110001011111010111001010010100110 | e988bae383a4ed8da2e8858beb94a6 |
UHC | 鈺ヤ퍢腋딦 | 11101000101011011010101111100100101110111001100111100100111111011000101101000111 | e8adabe4bb99e4fd8b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)