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 | 迯城が | 111001111000110110001111111010011000001010101010 | e78d8fe982aa |
EUC-JP | 迯城が | 111011011110110110111110111010111010010010101100 | ededbeeba4ac |
UTF-8 | 迯城が | 111010001011111110101111111001011001111110001110111000111000000110001100 | e8bfafe59f8ee3818c |
UHC | ?城が | 0011111111100000111100101010101010101100 | 3fe0f2aaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)