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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怐齏齏毬 | 1001110010000001111010001110101111101000111010111001111101111011 | 9c81e8ebe8eb9f7b |
EUC-JP | 怐齏齏毬 | 1101011111100001111100001110110111110000111011011101110111011100 | d7e1f0edf0eddddc |
UTF-8 | 怐齏齏毬 | 111001101000000010010000111010011011110110001111111010011011110110001111111001101010111110101100 | e68090e9bd8fe9bd8fe6afac |
UHC | ???毬 | 0011111100111111001111111100111110110011 | 3f3f3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)