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 | 跛懶ス | 1110011011101010100111001110111110111101 | e6ea9cefbd |
EUC-JP | 跛懶ス | 111011001110110011011000111100011000111010111101 | ececd8f18ebd |
UTF-8 | 跛懶ス | 111010001011011110011011111001101000011110110110111011111011110110111101 | e8b79be687b6efbdbd |
UHC | 跛懶? | 1111011111110101110101001111101100111111 | f7f5d4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)