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 | 鬢廿諜 | 111010011010010010010011111110011001001010110011 | e9a493f992b3 |
EUC-JP | 鬢廿諜 | 111100101010011011000110111110111100010010110101 | f2a6c6fbc4b5 |
UTF-8 | 鬢廿諜 | 111010011010110010100010111001011011101110111111111010001010101110011100 | e9aca2e5bbbfe8ab9c |
UHC | ??諜 | 00111111001111111111010011100011 | 3f3ff4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)