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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 渼。チB | 1111101101001001101000011100000101000010 | fb49a1c142 |
EUC-JP | 渼。チB | 1000111111000111111100001000111010100001100011101100000101000010 | 8fc7f08ea18ec142 |
UTF-8 | 渼。チB | 11100110101110001011110011101111101111011010000111101111101111101000000101000010 | e6b8bcefbda1efbe8142 |
UHC | 渼??B | 1101101010110100001111110011111101000010 | dab43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)