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 | ?H?M?Aq\ | 0011111101001000001111110100110100111111010000010111000101011100 | 3f483f4d3f41715c |
SJIS-WIN | ?H?M?Aq\ | 0011111101001000001111110100110100111111010000010111000101011100 | 3f483f4d3f41715c |
EUC-JP | ?H?M?Aq\ | 0011111101001000001111110100110100111111010000010111000101011100 | 3f483f4d3f41715c |
UTF-8 | 혪H혪M혪Aq\ | 1110110110011000101010100100100011101101100110001010101001001101111011011001100010101010010000010111000101011100 | ed98aa48ed98aa4ded98aa41715c |
UHC | 혪H혪M혪Aq\ | 1100001010010010010010001100001010010010010011011100001010010010010000010111000101011100 | c29248c2924dc29241715c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)