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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?釐?G | 0011111111100111110110000011111101000111 | 3fe7d83f47 |
EUC-JP | ?釐?G | 0011111111101110110110100011111101000111 | 3feeda3f47 |
UTF-8 | 룵釐㈐G | 11101011101000111011010111101001100001111001000011100011100010001001000001000111 | eba3b5e98790e3889047 |
UHC | 룵釐㈐G | 10001111101010101101011111101101101010011100000101000111 | 8faad7eda9c147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)