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 | 萓晧ソ | 1110010010111110100111011110110010111111 | e4be9decbf |
EUC-JP | 萓晧ソ | 111010001100000011011010111011101000111010111111 | e8c0daee8ebf |
UTF-8 | 萓晧ソ | 111010001001000010010011111001101001100110100111111011111011110110111111 | e89093e699a7efbdbf |
UHC | ?晧? | 00111111111110111100010100111111 | 3ffbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)