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 | ? | 00111111 | 3f |
SJIS-WIN | κ | 1000001111001000 | 83c8 |
EUC-JP | κ | 1010011011001010 | a6ca |
UTF-8 | κ | 1100111010111010 | ceba |
UHC | κ | 1010010111101010 | a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)