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 | 蒟斟サ | 1110010011100101100111011100111010111011 | e4e59dcebb |
EUC-JP | 蒟斟サ | 111010001110011111011010110100001000111010111011 | e8e7dad08ebb |
UTF-8 | 蒟斟サ | 111010001001001010011111111001101001011010011111111011111011110110111011 | e8929fe6969fefbdbb |
UHC | ?斟? | 00111111111100101111100000111111 | 3ff2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)