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 | 100111011011111100111111001111111001110110111111001111110011111101000010 | 9dbf3f3f9dbf3f3f42 |
EUC-JP | 攸??攸??B | 110110101100000100111111001111111101101011000001001111110011111101000010 | dac13f3fdac13f3f42 |
UTF-8 | 攸잙퓱攸잙퓱B | 11100110100101001011100011101100100111101001100111101101100100111011000111100110100101001011100011101100100111101001100111101101100100111011000101000010 | e694b8ec9e99ed93b1e694b8ec9e99ed93b142 |
UHC | 攸잙퓱攸잙퓱B | 11101010111100101001111111101011101111111001011111101010111100101001111111101011101111111001011101000010 | eaf29febbf97eaf29febbf9742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)