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 | 樜 | 101101011011111110100011 | b5bfa3 |
SJIS-WIN | ??£ | 00111111001111111000000110010010 | 3f3f8192 |
EUC-JP | ?¿£ | 001111111000111110100010110001001010000111110010 | 3f8fa2c4a1f2 |
UTF-8 | 樜 | 110000101011010111000010101111111100001010100011 | c2b5c2bfc2a3 |
UHC | ?¿? | 00111111101000101010111100111111 | 3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)