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 | 茘所減 | 111001001010101110001111100010101000110010111000 | e4ab8f8a8cb8 |
EUC-JP | 茘所減 | 111010001010110110111101111010101011100010111010 | e8adbdeab8ba |
UTF-8 | 茘所減 | 111010001000110010011000111001101000100110000000111001101011100010011011 | e88c98e68980e6b89b |
UHC | ?所減 | 0011111111100001101101101100101011110101 | 3fe1b6caf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)