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 | ?k? | 001111110110101100111111 | 3f6b3f |
SJIS-WIN | 蓚k蓚 | 1110010011101001011010111110010011101001 | e4e96be4e9 |
EUC-JP | 蓚k蓚 | 1110100011101011011010111110100011101011 | e8eb6be8eb |
UTF-8 | 蓚k蓚 | 11101000100100111001101001101011111010001001001110011010 | e8939a6be8939a |
UHC | 蓚k蓚 | 1110001010111110011010111110001010111110 | e2be6be2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)