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 | 腓冗勧 | 111001000100001110001111111001111000101010101001 | e4438fe78aa9 |
EUC-JP | 腓冗勧 | 111001111010010010111110111010011011010010101011 | e7a4bee9b4ab |
UTF-8 | 腓冗勧 | 111010001000010110010011111001011000011010010111111001011000101110100111 | e88593e58697e58ba7 |
UHC | ?冗? | 00111111111010011011011100111111 | 3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)