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 | 遒ホ妺 | 1110011110100010110011101111101010100101 | e7a2cefaa5 |
EUC-JP | 遒ホ妺 | 11101110101001001000111011001110100011111011100110110111 | eea48ece8fb9b7 |
UTF-8 | 遒ホ妺 | 111010011000000110010010111011111011111010001110111001011010011010111010 | e98192efbe8ee5a6ba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)