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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 條????B | 10011110100010100011111100111111001111110011111101000010 | 9e8a3f3f3f3f42 |
EUC-JP | 條????B | 11011011111010100011111100111111001111110011111101000010 | dbea3f3f3f3f42 |
UTF-8 | 條렯롕렯롈B | 11100110101000101001110111101011101000001010111111101011101000011001010111101011101000001010111111101011101000011000100001000010 | e6a29deba0afeba195eba0afeba18842 |
UHC | 條렯롕렯롈B | 1111000011001001100011101011110010001110110110011000111010111100100011101100111001000010 | f0c98ebc8ed98ebc8ece42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)