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?I???H? | 001111110100011100111111010010010011111100111111001111110100100000111111 | 3f473f493f3f3f483f |
SJIS-WIN | ?G?I???H? | 001111110100011100111111010010010011111100111111001111110100100000111111 | 3f473f493f3f3f483f |
EUC-JP | ?G?I???H? | 001111110100011100111111010010010011111100111111001111110100100000111111 | 3f473f493f3f3f483f |
UTF-8 | 혪G혪I혩쨍혪H혩 | 111011011001100010101010010001111110110110011000101010100100100111101101100110001010100111101100101010001000110111101101100110001010101001001000111011011001100010101001 | ed98aa47ed98aa49ed98a9eca88ded98aa48ed98a9 |
UHC | 혪G혪I혩쨍혪H혩 | 110000101001001001000111110000101001001001001001110000101001000111000010101110001100001010010010010010001100001010010001 | c29247c29249c291c2b8c29248c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)