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 | ?F\?G?W?AHL | 0011111101000110010111000011111101000111001111110101011100111111010000010100100001001100 | 3f465c3f473f573f41484c |
SJIS-WIN | ?F\?G?W?AHL | 0011111101000110010111000011111101000111001111110101011100111111010000010100100001001100 | 3f465c3f473f573f41484c |
EUC-JP | ?F\?G?W?AHL | 0011111101000110010111000011111101000111001111110101011100111111010000010100100001001100 | 3f465c3f473f573f41484c |
UTF-8 | 혪F\혪G혪W혪AHL | 11101101100110001010101001000110010111001110110110011000101010100100011111101101100110001010101001010111111011011001100010101010010000010100100001001100 | ed98aa465ced98aa47ed98aa57ed98aa41484c |
UHC | 혪F\혪G혪W혪AHL | 110000101001001001000110010111001100001010010010010001111100001010010010010101111100001010010010010000010100100001001100 | c292465cc29247c29257c29241484c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)