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 | 町?攣 | 1001001010101100001111111001110110111001 | 92ac3f9db9 |
EUC-JP | 町?攣 | 1100010010101110001111111101101010111011 | c4ae3fdabb |
UTF-8 | 町쿠攣 | 111001111001010010111010111011001011111110100000111001101001010010100011 | e794baecbfa0e694a3 |
UHC | 町쿠攣 | 111011111110101111000100111011011101010111111101 | efebc4edd5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)