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 | 惟??? | 1000100011010010001111110011111100111111 | 88d23f3f3f |
EUC-JP | 惟??? | 1011000011010100001111110011111100111111 | b0d43f3f3f |
UTF-8 | 惟몇렡렯 | 111001101000001110011111111010111010101010000111111010111010000010100001111010111010000010101111 | e6839febaa87eba0a1eba0af |
UHC | 惟몇렡렯 | 1110101011101110101110001110111010001110101100101000111010111100 | eaeeb8ee8eb28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)