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 | 赦霆偲 | 100011101100110111101000101110111000111011000011 | 8ecde8bb8ec3 |
EUC-JP | 赦霆偲 | 101111001100111111110000101111011011110011000101 | bccff0bdbcc5 |
UTF-8 | 赦霆偲 | 111010001011010110100110111010011001110010000110111001011000000110110010 | e8b5a6e99c86e581b2 |
UHC | 赦霆? | 1101111011110101111011111111110100111111 | def5effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)