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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 醤ヤ璽ー陬 | 10001111110111011101010010001110101000111111000111100111101100001110100010100011 | 8fddd48ea3f1e7b0e8a3 |
EUC-JP | 醤ヤ璽?ー陬 | 1011111011011111100011101101010010111100101001010011111110001110101100001111000010100101 | bedf8ed4bca53f8eb0f0a5 |
UTF-8 | 醤ヤ璽ー陬 | 111010011000011010100100111011111011111010010100111001111001001010111101111011101000010110100010111011111011110110110000111010011001100110101100 | e986a4efbe94e792bdee85a2efbdb0e999ac |
UHC | ??璽??? | 00111111001111111101111111011110001111110011111100111111 | 3f3fdfde3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)