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 | 鋧磁霓痔 | 1111101111001111100011101010010111101000101111011000111010100100 | fbcf8ea5e8bd8ea4 |
EUC-JP | 鋧磁霓痔 | 100011111110010011001011101111001010011111110000101111111011110010100110 | 8fe4cbbca7f0bfbca6 |
UTF-8 | 鋧磁霓痔 | 111010011000101110100111111001111010001110000001111010011001110010010011111001111001011110010100 | e98ba7e7a381e99c93e79794 |
UHC | ?磁霓痔 | 00111111111011011011100011100111111001111111011011000000 | 3fedb8e7e7f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)