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 | 霈タ霽 | 1110100010111100110000001110100011000111 | e8bcc0e8c7 |
EUC-JP | 霈タ霽 | 111100001011111010001110110000001111000011001001 | f0be8ec0f0c9 |
UTF-8 | 霈タ霽 | 111010011001110010001000111011111011111010000000111010011001110010111101 | e99c88efbe80e99cbd |
UHC | ??霽 | 00111111001111111111000010111000 | 3f3ff0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)