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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ???槻h | 001111110011111100111111100100101100111001101000 | 3f3f3f92ce68 |
EUC-JP | ???槻h | 001111110011111100111111110001001101000001101000 | 3f3f3fc4d068 |
UTF-8 | 銳얇굥槻h | 11101001100010101011001111101100100101101000011111101010101101011010010111100110101001111011101101101000 | e98ab3ec9687eab5a5e6a7bb68 |
UHC | 銳얇굥槻h | 111001111110010110111110111000111000001010001011110100001010011101101000 | e7e5bee3828bd0a768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)