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 | ???t???t^ | 001111110011111100111111011101000011111100111111001111110111010001011110 | 3f3f3f743f3f3f745e |
SJIS-WIN | ???t???t^ | 001111110011111100111111011101000011111100111111001111110111010001011110 | 3f3f3f743f3f3f745e |
EUC-JP | ???t???t^ | 001111110011111100111111011101000011111100111111001111110111010001011110 | 3f3f3f743f3f3f745e |
UTF-8 | 횪횒혢t횪횒혢t^ | 111011011001101010101010111011011001101010010010111011011001100010100010011101001110110110011010101010101110110110011010100100101110110110011000101000100111010001011110 | ed9aaaed9a92ed98a274ed9aaaed9a92ed98a2745e |
UHC | 횪횒혢t횪횒혢t^ | 110000111010000011000011100011011100001010001011011101001100001110100000110000111000110111000010100010110111010001011110 | c3a0c38dc28b74c3a0c38dc28b745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)