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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?譽遧・B | 00111111111001101010001111111011101101011010010101000010 | 3fe6a3fbb5a542 |
EUC-JP | 遦譽遧・B | 1000111111100001111000011110110010100101100011111110000111100010100011101010010101000010 | 8fe1e1eca58fe1e28ea542 |
UTF-8 | 遦譽遧・B | 11101001100000011010011011101000101011011011110111101001100000011010011111101111101111011010010101000010 | e981a6e8adbde981a7efbda542 |
UHC | ?譽??B | 001111111110011111100010001111110011111101000010 | 3fe7e23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)