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 | 偲識捨 | 100011101100001110001110101011111000111011001100 | 8ec38eaf8ecc |
EUC-JP | 偲識捨 | 101111001100010110111100101100011011110011001110 | bcc5bcb1bcce |
UTF-8 | 偲識捨 | 111001011000000110110010111010001010110110011000111001101000110110101000 | e581b2e8ad98e68da8 |
UHC | ?識捨 | 0011111111100011110110111101111011010111 | 3fe3dbded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)