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 | 蠑ー雉∬ | 11100101101111001011000011101000101100111000000111101000 | e5bcb0e8b381e8 |
EUC-JP | 蠑ー雉∬ | 1110101010111110100011101011000011110000101101011010001011101010 | eabe8eb0f0b5a2ea |
UTF-8 | 蠑ー雉∬ | 111010001010000010010001111011111011110110110000111010011001101110001001111000101000100010101100 | e8a091efbdb0e99b89e288ac |
UHC | ??雉∬ | 001111110011111111110110110010111010000111110011 | 3f3ff6cba1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)