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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 矮????? | 11100001111000100011111100111111001111110011111100111111 | e1e23f3f3f3f3f |
EUC-JP | 矮????? | 11100010111001000011111100111111001111110011111100111111 | e2e43f3f3f3f3f |
UTF-8 | 矮ㅹ쭏溫먫겞 | 111001111001111110101110111000111000010110111001111011001010110110001111111001101011101010101011111010111010100010101011111010101011001010011110 | e79faee385b9ecad8fe6baabeba8abeab29e |
UHC | 矮ㅹ쭏溫먫겞 | 111010001110000110100100111010011010011110001000111010001010111010010000111010001000000110110011 | e8e1a4e9a788e8ae90e881b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)