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????g\ | 001111110011111101000111001111110011111100111111001111110110011101011100 | 3f3f473f3f3f3f675c |
SJIS-WIN | ??G????g\ | 001111110011111101000111001111110011111100111111001111110110011101011100 | 3f3f473f3f3f3f675c |
EUC-JP | ??G????g\ | 001111110011111101000111001111110011111100111111001111110110011101011100 | 3f3f473f3f3f3f675c |
UTF-8 | 횂혪G횂혩횂쨍g\ | 111011011001101010000010111011011001100010101010010001111110110110011010100000101110110110011000101010011110110110011010100000101110110010101000100011010110011101011100 | ed9a82ed98aa47ed9a82ed98a9ed9a82eca88d675c |
UHC | 횂혪G횂혩횂쨍g\ | 110000111000001011000010100100100100011111000011100000101100001010010001110000111000001011000010101110000110011101011100 | c382c29247c382c291c382c2b8675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)