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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 迸宅 | 11100111100111101001000111101110 | e79e91ee |
EUC-JP | 迸宅 | 11101101111111101100001011110000 | edfec2f0 |
UTF-8 | 迸宅 | 111010001011111110111000111001011010111010000101 | e8bfb8e5ae85 |
UHC | ?宅 | 001111111101001111101011 | 3fd3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)