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 | ÞïÞ | 110111101110111111011110 | deefde |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ÞïÞ | 100011111010100110110000100011111010101111000001100011111010100110110000 | 8fa9b08fabc18fa9b0 |
UTF-8 | ÞïÞ | 110000111001111011000011101011111100001110011110 | c39ec3afc39e |
UHC | Þ?Þ | 1010100010101101001111111010100010101101 | a8ad3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)