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 | 森?沼 | 1001000001011000001111111000111111000000 | 90583f8fc0 |
EUC-JP | 森?沼 | 1011111110111001001111111011111011000010 | bfb93fbec2 |
UTF-8 | 森걄沼 | 111001101010001110101110111010101011000110000100111001101011001010111100 | e6a3aeeab184e6b2bc |
UHC | 森걄沼 | 110111111011010110000001011011001110000110111011 | dfb5816ce1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)