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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?質?銖\ | 00111111100011101011111100111111111001111111000101011100 | 3f8ebf3fe7f15c |
EUC-JP | 瑄質瑄銖\ | 1000111111001100101110011011110011000001100011111100110010111001111011101111001101011100 | 8fccb9bcc18fccb9eef35c |
UTF-8 | 瑄質瑄銖\ | 11100111100100011000010011101000101100111010101011100111100100011000010011101001100010101001011001011100 | e79184e8b3aae79184e98a965c |
UHC | 瑄質瑄銖\ | 111000001100010111110010111101011110000011000101111000101100011101011100 | e0c5f2f5e0c5e2c75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)