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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 第?雨社? | 1001000111100110001111111000100101001010100011101101000000111111 | 91e63f894a8ed03f |
EUC-JP | 第?雨社? | 1100001011101000001111111011000110101011101111001101001000111111 | c2e83fb1abbcd23f |
UTF-8 | 第렰雨社롚 | 111001111010110010101100111010111010000010110000111010011001101110101000111001111010010010111110111010111010000110011010 | e7acaceba0b0e99ba8e7a4beeba19a |
UHC | 第렰雨社롚 | 11110000101011111000111010111101111010011110101111011110111001001000111011011110 | f0af8ebde9ebdee48ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)