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 | 偲識勺 | 100011101100001110001110101011111000111011011001 | 8ec38eaf8ed9 |
EUC-JP | 偲識勺 | 101111001100010110111100101100011011110011011011 | bcc5bcb1bcdb |
UTF-8 | 偲識勺 | 111001011000000110110010111010001010110110011000111001011000101110111010 | e581b2e8ad98e58bba |
UHC | ?識勺 | 0011111111100011110110111110110111000011 | 3fe3dbedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)