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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腓冗勧蕈 | 1110010001000011100011111110011110001010101010011110010011111100 | e4438fe78aa9e4fc |
EUC-JP | 腓冗勧蕈 | 1110011110100100101111101110100110110100101010111110100011111110 | e7a4bee9b4abe8fe |
UTF-8 | 腓冗勧蕈 | 111010001000010110010011111001011000011010010111111001011000101110100111111010001001010110001000 | e88593e58697e58ba7e89588 |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)