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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 롎렯尿}롎렯尿{^ | 111010111010000110001110111010111010000010101111111011111010011010111101011111011110101110100001100011101110101110100000101011111110111110100110101111010111101101011110 | eba18eeba0afefa6bd7deba18eeba0afefa6bd7b5e |
UHC | 롎렯尿}롎렯尿{^ | 100011101101010010001110101111001110100011110001011111011000111011010100100011101011110011101000111100010111101101011110 | 8ed48ebce8f17d8ed48ebce8f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)