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 | 荳愉濤 | 111001001011100010010110111110011001111110110111 | e4b896f99fb7 |
EUC-JP | 荳愉濤 | 111010001011101011001100111110111101111010111001 | e8baccfbdeb9 |
UTF-8 | 荳愉濤 | 111010001000110110110011111001101000010010001001111001101011111110100100 | e88db3e68489e6bfa4 |
UHC | 荳愉濤 | 110101001110010111101010111100001101010010100110 | d4e5eaf0d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)