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 | 銓鷲銓 | 111001111111001010011000011010001110011111110010 | e7f29868e7f2 |
EUC-JP | 銓鷲銓 | 111011101111010011001111110010011110111011110100 | eef4cfc9eef4 |
UTF-8 | 銓鷲銓 | 111010011000101010010011111010011011011110110010111010011000101010010011 | e98a93e9b7b2e98a93 |
UHC | 銓鷲銓 | 111011111011000011110110101011111110111110110000 | efb0f6afefb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)