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 | ?G??LB | 001111110100011100111111001111110100110001000010 | 3f473f3f4c42 |
SJIS-WIN | ?G??LB | 001111110100011100111111001111110100110001000010 | 3f473f3f4c42 |
EUC-JP | ?G??LB | 001111110100011100111111001111110100110001000010 | 3f473f3f4c42 |
UTF-8 | 혪G혩쨍LB | 111011011001100010101010010001111110110110011000101010011110110010101000100011010100110001000010 | ed98aa47ed98a9eca88d4c42 |
UHC | 혪G혩쨍LB | 110000101001001001000111110000101001000111000010101110000100110001000010 | c29247c291c2b84c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)