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 | ?}?V??e^ | 0011111101111101001111110101011000111111001111110110010101011110 | 3f7d3f563f3f655e |
SJIS-WIN | ?}?V??e^ | 0011111101111101001111110101011000111111001111110110010101011110 | 3f7d3f563f3f655e |
EUC-JP | ?}?V??e^ | 0011111101111101001111110101011000111111001111110110010101011110 | 3f7d3f563f3f655e |
UTF-8 | 혷}책V횪횢e^ | 11101101100110001011011101111101111011001011000110000101010101101110110110011010101010101110110110011010101000100110010101011110 | ed98b77decb18556ed9aaaed9aa2655e |
UHC | 혷}책V횪횢e^ | 110000101001111001111101110000111010010101010110110000111010000011000011100110010110010101011110 | c29e7dc3a556c3a0c399655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)