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 | 湿勺頡疾ⅶ | 10001110101111001000111011011001111010001111010010001110101111101111101001000110 | 8ebc8ed9e8f48ebefa46 |
EUC-JP | 湿勺頡疾? | 101111001011111010111100110110111111000011110110101111001100000000111111 | bcbebcdbf0f6bcc03f |
UTF-8 | 湿勺頡疾ⅶ | 111001101011100110111111111001011000101110111010111010011010000010100001111001111001011010111110111000101000010110110110 | e6b9bfe58bbae9a0a1e796bee285b6 |
UHC | ?勺?疾ⅶ | 0011111111101101110000110011111111110010111100001010010110100111 | 3fedc33ff2f0a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)