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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 但袖樽辰^ | 100100100100000110010001101100111001001001001101100100100100001101011110 | 924191b3924d92435e |
EUC-JP | 但袖樽辰^ | 110000111010001011000010101101011100001110101110110000111010010001011110 | c3a2c2b5c3aec3a45e |
UTF-8 | 但袖樽辰^ | 11100100101111011000011011101000101000101001011011100110101010001011110111101000101111101011000001011110 | e4bd86e8a296e6a8bde8beb05e |
UHC | 但袖樽辰^ | 110100111010001111100010110000001111000111011100111100101110001101011110 | d3a3e2c0f1dcf2e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)