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 | 膊翫辞 | 111001000100110110001010111000111000111010101011 | e44d8ae38eab |
EUC-JP | 膊翫辞 | 111001111010111010110100111001011011110010101101 | e7aeb4e5bcad |
UTF-8 | 膊翫辞 | 111010001000011010001010111001111011111110101011111010001011111010011110 | e8868ae7bfabe8be9e |
UHC | 膊翫? | 1101101011011011111010001101000100111111 | dadbe8d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)