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 | 養 | 1001011101111011 | 977b |
EUC-JP | 養 | 1100110111011100 | cddc |
UTF-8 | 養 | 111010011010010010001010 | e9a48a |
UHC | 養 | 1110010111010111 | e5d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)