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 | ???槻 | 0011111100111111001111111001001011001110 | 3f3f3f92ce |
EUC-JP | ???槻 | 0011111100111111001111111100010011010000 | 3f3f3fc4d0 |
UTF-8 | 嶺쎌쉯槻 | 111011111010011010101011111011001000111010001100111011001000100110101111111001101010011110111011 | efa6abec8e8cec89afe6a7bb |
UHC | 嶺쎌쉯槻 | 1110011110101101101111011110110010011010100001111101000010100111 | e7adbdec9a87d0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)