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 | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
SJIS-WIN | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
EUC-JP | ?????Z?? | 0011111100111111001111110011111100111111010110100011111100111111 | 3f3f3f3f3f5a3f3f |
UTF-8 | 렻렏렺파렚Z렻렒 | 11101011101000001011101111101011101000001000111111101011101000001011101011101101100011001000110011101011101000001001101001011010111010111010000010111011111010111010000010010010 | eba0bbeba08feba0baed8c8ceba09a5aeba0bbeba092 |
UHC | 렻렏렺파렚Z렻렒 | 100011101100001110001110101001011000111011000010110001101100010010001110101011010101101010001110110000111000111010100111 | 8ec38ea58ec2c6c48ead5a8ec38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)