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 | 楓?? | 10010101100101100011111100111111 | 95963f3f |
EUC-JP | 楓?? | 11001001111101100011111100111111 | c9f63f3f |
UTF-8 | 楓렑롆 | 111001101010010110010011111010111010000010010001111010111010000110000110 | e6a593eba091eba186 |
UHC | 楓렑롆 | 111110011010001110001110101001101000111011001100 | f9a38ea68ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)