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 | 蒿削充 | 111001001110010010001101111011011000111101011011 | e4e48ded8f5b |
EUC-JP | 蒿削充 | 111010001110011010111010111011111011110110111100 | e8e6baefbdbc |
UTF-8 | 蒿削充 | 111010001001001010111111111001011000100110001010111001011000010110000101 | e892bfe5898ae58585 |
UHC | 蒿削充 | 111110111101101011011110111110111111010111110110 | fbdadefbf5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)