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 | 逍ウ驟ェ | 111001111001011010110011111010011000010110101010 | e796b3e985aa |
EUC-JP | 逍ウ驟ェ | 1110110111110110100011101011001111110001111001011000111010101010 | edf68eb3f1e58eaa |
UTF-8 | 逍ウ驟ェ | 111010011000000010001101111011111011110110110011111010011010100110011111111011111011110110101010 | e9808defbdb3e9a99fefbdaa |
UHC | 逍?驟? | 111000011100111000111111111101101010111000111111 | e1ce3ff6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)