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 | 膊奉萼 | 111001000100110110010101111100101110010011010011 | e44d95f2e4d3 |
EUC-JP | 膊奉萼 | 111001111010111011001010111101001110100011010101 | e7aecaf4e8d5 |
UTF-8 | 膊奉萼 | 111010001000011010001010111001011010010110001001111010001001000010111100 | e8868ae5a589e890bc |
UHC | 膊奉? | 1101101011011011110111001110010100111111 | dadbdce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)