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 | 滴扼箒 | 100100110100100010011101010011101110001010110100 | 93489d4ee2b4 |
EUC-JP | 滴扼箒 | 110001011010100111011001101011111110010010110110 | c5a9d9afe4b6 |
UTF-8 | 滴扼箒 | 111001101011101110110100111001101000100110111100111001111010111010010010 | e6bbb4e689bce7ae92 |
UHC | 滴扼? | 1110111011011001111001001111100100111111 | eed9e4f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)