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 | 町奉┼ | 100100101010110010010101111100101000010010101001 | 92ac95f284a9 |
EUC-JP | 町奉┼ | 110001001010111011001010111101001010100010101011 | c4aecaf4a8ab |
UTF-8 | 町奉┼ | 111001111001010010111010111001011010010110001001111000101001010010111100 | e794bae5a589e294bc |
UHC | 町奉┼ | 111011111110101111011100111001011010011010101011 | efebdce5a6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)