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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涬シ萃キ | 111110110100000110111100111001001100001010110111 | fb41bce4c2b7 |
EUC-JP | 涬シ萃キ | 100011111100011111001111100011101011110011101000110001001000111010110111 | 8fc7cf8ebce8c48eb7 |
UTF-8 | 涬シ萃キ | 111001101011011010101100111011111011110110111100111010001001000010000011111011111011110110110111 | e6b6acefbdbce89083efbdb7 |
UHC | ??萃? | 0011111100111111111101011111111000111111 | 3f3ff5fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)