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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?憐驛? | 001111111001011111110111111010011000001100111111 | 3f97f7e9833f |
EUC-JP | ?憐驛? | 001111111100111011111001111100011110001100111111 | 3fcef9f1e33f |
UTF-8 | 룵憐驛룵 | 111010111010001110110101111001101000011010010000111010011010100110011011111010111010001110110101 | eba3b5e68690e9a99beba3b5 |
UHC | 룵憐驛룵 | 1000111110101010110101011111101111100110101111101000111110101010 | 8faad5fbe6be8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)