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?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | ?端G?短 | 00111111100100100101101101000111001111111001001001011010 | 3f925b473f925a |
EUC-JP | ?端G?短 | 00111111110000111011110001000111001111111100001110111011 | 3fc3bc473fc3bb |
UTF-8 | 렺端G렺短 | 11101011101000001011101011100111101010111010111101000111111010111010000010111010111001111001111110101101 | eba0bae7abaf47eba0bae79fad |
UHC | 렺端G렺短 | 100011101100001011010011101011100100011110001110110000101101001110101101 | 8ec2d3ae478ec2d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)