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 | 耀???? | 100101110111001100111111001111110011111100111111 | 97733f3f3f3f |
EUC-JP | 耀??堉? | 1100110111010100001111110011111110001111101101111111110100111111 | cdd43f3f8fb7fd3f |
UTF-8 | 耀믠벂堉뷂 | 111010001000000010000000111010111010111110100000111010111011001010000010111001011010000010001001111010111011011110000010 | e88080ebafa0ebb282e5a089ebb782 |
UHC | 耀믠벂堉뷂 | 11101001101001011001001011100010100100111010100011101011101111001001010011101111 | e9a592e293a8ebbc94ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)