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 | 膊杙膊 | 111001000100110110011110010110101110010001001101 | e44d9e5ae44d |
EUC-JP | 膊杙膊 | 111001111010111011011011101110111110011110101110 | e7aedbbbe7ae |
UTF-8 | 膊杙膊 | 111010001000011010001010111001101001110110011001111010001000011010001010 | e8868ae69d99e8868a |
UHC | 膊?膊 | 1101101011011011001111111101101011011011 | dadb3fdadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)