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 | 鬯伜菅 | 111010011010110010011000111001011001000010011011 | e9ac98e5909b |
EUC-JP | 鬯伜菅 | 111100101010111011010000111001111011111111111011 | f2aed0e7bffb |
UTF-8 | 鬯伜菅 | 111010011010110010101111111001001011110010011100111010001000111110000101 | e9acafe4bc9ce88f85 |
UHC | ??菅 | 00111111001111111100111010111001 | 3f3fceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)