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 | 驍頑昭 | 111010011000001010001010111001101000111110111010 | e9828ae68fba |
EUC-JP | 驍頑昭 | 111100011110001010110100111010001011111010111100 | f1e2b4e8bebc |
UTF-8 | 驍頑昭 | 111010011010100110001101111010011010000010010001111001101001100010101101 | e9a98de9a091e698ad |
UHC | 驍頑昭 | 111111011010010011101000110101111110000110111001 | fda4e8d7e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)