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 | ⅸシ桄オ | 111110100100100010111100111110101110011010110101 | fa48bcfae6b5 |
EUC-JP | ?シ桄オ | 0011111110001110101111001000111111000011110110001000111010110101 | 3f8ebc8fc3d88eb5 |
UTF-8 | ⅸシ桄オ | 111000101000010110111000111011111011110110111100111001101010000110000100111011111011110110110101 | e285b8efbdbce6a184efbdb5 |
UHC | ⅸ??? | 1010010110101001001111110011111100111111 | a5a93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)