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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 霆ミ | 111010001011101111010000 | e8bbd0 |
EUC-JP | 霆ミ | 11110000101111011000111011010000 | f0bd8ed0 |
UTF-8 | 霆ミ | 111010011001110010000110111011111011111010010000 | e99c86efbe90 |
UHC | 霆? | 111011111111110100111111 | effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)