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 | 箋∽?要 | 11100010101100111000000111100100001111111001011101110110 | e2b381e43f9776 |
EUC-JP | 箋∽?要 | 11100100101101011010001011100110001111111100110111010111 | e4b5a2e63fcdd7 |
UTF-8 | 箋∽슬要 | 111001111010111010001011111000101000100010111101111011001000101010101100111010001010011010000001 | e7ae8be288bdec8aace8a681 |
UHC | 箋∽슬要 | 1110111110101000101000011110111110111101101111011110100110101001 | efa8a1efbdbde9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)