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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 鰲k?k | 111010011110000010000010100010110011111101101011 | e9e0828b3f6b |
EUC-JP | 鰲k?k | 111100101110001010100011111010110011111101101011 | f2e2a3eb3f6b |
UTF-8 | 鰲k젧k | 11101001101100001011001011101111101111011000101111101100101000001010011101101011 | e9b0b2efbd8beca0a76b |
UHC | 鰲k젧k | 11101000101001111010001111101011101000001001111101101011 | e8a7a3eba09f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)