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 | ?@e?Ag?@e | 001111110100000001100101001111110100000101100111001111110100000001100101 | 3f40653f41673f4065 |
SJIS-WIN | ?@e?Ag?@e | 001111110100000001100101001111110100000101100111001111110100000001100101 | 3f40653f41673f4065 |
EUC-JP | ?@e?Ag?@e | 001111110100000001100101001111110100000101100111001111110100000001100101 | 3f40653f41673f4065 |
UTF-8 | 혪@e혪Ag혪@e | 111011011001100010101010010000000110010111101101100110001010101001000001011001111110110110011000101010100100000001100101 | ed98aa4065ed98aa4167ed98aa4065 |
UHC | 혪@e혪Ag혪@e | 110000101001001001000000011001011100001010010010010000010110011111000010100100100100000001100101 | c2924065c2924167c2924065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)