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 | 膊拮膊 | 111001000100110110011101011010001110010001001101 | e44d9d68e44d |
EUC-JP | 膊拮膊 | 111001111010111011011001110010011110011110101110 | e7aed9c9e7ae |
UTF-8 | 膊拮膊 | 111010001000011010001010111001101000101110101110111010001000011010001010 | e8868ae68baee8868a |
UHC | 膊拮膊 | 110110101101101111010001110011111101101011011011 | dadbd1cfdadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)