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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 。ヒG | 101000011100101101000111 | a1cb47 |
EUC-JP | 。ヒG | 1000111010100001100011101100101101000111 | 8ea18ecb47 |
UTF-8 | 。ヒG | 11101111101111011010000111101111101111101000101101000111 | efbda1efbe8b47 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)