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 | 醤ヤ璽 | 10001111110111011101010010001110101000111111000111100111 | 8fddd48ea3f1e7 |
EUC-JP | 醤ヤ璽? | 10111110110111111000111011010100101111001010010100111111 | bedf8ed4bca53f |
UTF-8 | 醤ヤ璽 | 111010011000011010100100111011111011111010010100111001111001001010111101111011101000010110100010 | e986a4efbe94e792bdee85a2 |
UHC | ??璽? | 0011111100111111110111111101111000111111 | 3f3fdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)