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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 陏縄ケ伎スヲB | 11101000100110101001001111101010101110011000101011101010101111011010011001000010 | e89a93eab98aeabda642 |
EUC-JP | 陏縄ケ伎スヲB | 11101111111110101100011011101100100011101011100110110100111011001000111010111101100011101010011001000010 | effac6ec8eb9b4ec8ebd8ea642 |
UTF-8 | 陏縄ケ伎スヲB | 11101001100110011000111111100111101110001000010011101111101111011011100111100100101111001000111011101111101111011011110111101111101111011010011001000010 | e9998fe7b884efbdb9e4bc8eefbdbdefbda642 |
UHC | ???伎??B | 0011111100111111001111111101000011101011001111110011111101000010 | 3f3f3fd0eb3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)