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 | 鎔沽貅 | 111010000100111110011111100110001110011010111010 | e84f9f98e6ba |
EUC-JP | 鎔沽貅 | 111011111011000011011101111110001110110010111100 | efb0ddf8ecbc |
UTF-8 | 鎔沽貅 | 111010011000111010010100111001101011001010111101111010001011001010000101 | e98e94e6b2bde8b285 |
UHC | 鎔沽? | 1110100111001010110011011011111100111111 | e9cacdbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)