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?Z | 00111111011010110011111101011010 | 3f6b3f5a |
SJIS-WIN | 珈k珈Z | 111000001101101101101011111000001101101101011010 | e0db6be0db5a |
EUC-JP | 珈k珈Z | 111000001101110101101011111000001101110101011010 | e0dd6be0dd5a |
UTF-8 | 珈k珈Z | 1110011110001111100010000110101111100111100011111000100001011010 | e78f886be78f885a |
UHC | ?k?Z | 00111111011010110011111101011010 | 3f6b3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)