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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | カ霆 | 11110001111000001011011011101000101110111111100001000010 | f1e0b6e8bbf842 |
EUC-JP | ?カ霆? | 001111111000111010110110111100001011110100111111 | 3f8eb6f0bd3f |
UTF-8 | カ霆 | 111011101000010110011011111011111011110110110110111010011001110010000110111011101001011110100010 | ee859befbdb6e99c86ee97a2 |
UHC | ??霆? | 0011111100111111111011111111110100111111 | 3f3feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)