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 | 0011111100111111011111010011111101000111001111110100110001000010 | 3f3f7d3f473f4c42 |
SJIS-WIN | ??}?G?LB | 0011111100111111011111010011111101000111001111110100110001000010 | 3f3f7d3f473f4c42 |
EUC-JP | ??}?G?LB | 0011111100111111011111010011111101000111001111110100110001000010 | 3f3f7d3f473f4c42 |
UTF-8 | 혩첸}혪G혪LB | 11101101100110001010100111101100101100101011100001111101111011011001100010101010010001111110110110011000101010100100110001000010 | ed98a9ecb2b87ded98aa47ed98aa4c42 |
UHC | 혩첸}혪G혪LB | 110000101001000111000011101111100111110111000010100100100100011111000010100100100100110001000010 | c291c3be7dc29247c2924c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)