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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繧?崎 | 1110001110000010001111111000110111101000 | e3823f8de8 |
EUC-JP | 繧鰪崎 | 11100101111000101000111111101011101101101011101011101010 | e5e28febb6baea |
UTF-8 | 繧鰪崎 | 111001111011100110100111111010011011000010101010111001011011010010001110 | e7b9a7e9b0aae5b48e |
UHC | ??崎 | 00111111001111111101000011111000 | 3f3fd0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)