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???A?L | 0011111101000111001111110011111100111111010000010011111101001100 | 3f473f3f3f413f4c |
SJIS-WIN | ?G???A?L | 0011111101000111001111110011111100111111010000010011111101001100 | 3f473f3f3f413f4c |
EUC-JP | ?G???A?L | 0011111101000111001111110011111100111111010000010011111101001100 | 3f473f3f3f413f4c |
UTF-8 | 혪G혩쩍혪A혩L | 111011011001100010101010010001111110110110011000101010011110110010101001100011011110110110011000101010100100000111101101100110001010100101001100 | ed98aa47ed98a9eca98ded98aa41ed98a94c |
UHC | 혪G혩쩍혪A혩L | 11000010100100100100011111000010100100011100001010111101110000101001001001000001110000101001000101001100 | c29247c291c2bdc29241c2914c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)