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 | 悛縫?? | 100111001010000010010110010001000011111100111111 | 9ca096443f3f |
EUC-JP | 悛縫?? | 110110001010001011001011101001010011111100111111 | d8a2cba53f3f |
UTF-8 | 悛縫렱멥 | 111001101000001010011011111001111011100010101011111010111010000010110001111010111010100110100101 | e6829be7b8abeba0b1eba9a5 |
UHC | 悛縫렱멥 | 1110111011111001110111001110111010001110101111101011100011100011 | eef9dcee8ebeb8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)