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 | 11100110100010111010110101000111 | e68bad47 |
EUC-JP | 諡ュG | 1110101111101011100011101010110101000111 | ebeb8ead47 |
UTF-8 | 諡ュG | 11101000101010111010000111101111101111011010110101000111 | e8aba1efbdad47 |
UHC | 諡?G | 11100011110011010011111101000111 | e3cd3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)