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 | 絽潟ォ | 1110001101010111100010101000001110101011 | e3578a83ab |
EUC-JP | 絽潟ォ | 111001011011100010110011111000111000111010101011 | e5b8b3e38eab |
UTF-8 | 絽潟ォ | 111001111011010110111101111001101011110110011111111011111011110110101011 | e7b5bde6bd9fefbdab |
UHC | ?潟? | 00111111111000001011001100111111 | 3fe0b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)