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 | 誓盾猩 | 100100001011111010001111100000101110000011001101 | 90be8f82e0cd |
EUC-JP | 誓盾猩 | 110000001100000010111101111000101110000011001111 | c0c0bde2e0cf |
UTF-8 | 誓盾猩 | 111010001010101010010011111001111001101110111110111001111000110010101001 | e8aa93e79bbee78ca9 |
UHC | 誓盾猩 | 111000001010010111100010111010101110000011111010 | e0a5e2eae0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)