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 | ??y}??y{^ | 001111110011111101111001011111010011111100111111011110010111101101011110 | 3f3f797d3f3f797b5e |
SJIS-WIN | 蓿、y}蓿、y{^ | 1110010011110000101001000111100101111101111001001111000010100100011110010111101101011110 | e4f0a4797de4f0a4797b5e |
EUC-JP | 蓿、y}蓿、y{^ | 11101000111100101000111010100100011110010111110111101000111100101000111010100100011110010111101101011110 | e8f28ea4797de8f28ea4797b5e |
UTF-8 | 蓿、y}蓿、y{^ | 1110100010010011101111111110111110111101101001000111100101111101111010001001001110111111111011111011110110100100011110010111101101011110 | e893bfefbda4797de893bfefbda4797b5e |
UHC | ??y}??y{^ | 001111110011111101111001011111010011111100111111011110010111101101011110 | 3f3f797d3f3f797b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)