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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 犲狒狹 | 111000001011101011100000101111111110000011000011 | e0bae0bfe0c3 |
EUC-JP | 犲狒狹 | 111000001011110011100000110000011110000011000101 | e0bce0c1e0c5 |
UTF-8 | 犲狒狹 | 111001111000101010110010111001111000101110010010111001111000101110111001 | e78ab2e78b92e78bb9 |
UHC | ??狹 | 00111111001111111111101011110101 | 3f3ffaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)