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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | ワォD | 110111001010101101000100 | dcab44 |
EUC-JP | ワォD | 1000111011011100100011101010101101000100 | 8edc8eab44 |
UTF-8 | ワォD | 11101111101111101001110011101111101111011010101101000100 | efbe9cefbdab44 |
UHC | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)