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 | 浯漆遙 | 111110101111110010001110101111011110101010100001 | fafc8ebdeaa1 |
EUC-JP | 浯漆遙 | 10001111110001111100001110111100101111111111010010100011 | 8fc7c3bcbff4a3 |
UTF-8 | 浯漆遙 | 111001101011010110101111111001101011110010000110111010011000000110011001 | e6b5afe6bc86e98199 |
UHC | ?漆遙 | 0011111111110110110101001110100110101011 | 3ff6d4e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)