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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鐔脂芦繧 | 1110100001011100100011101000100110001000101100001110001110000010 | e85c8e8988b0e382 |
EUC-JP | 鐔脂芦繧 | 1110111110111101101110111110100110110000101100101110010111100010 | efbdbbe9b0b2e5e2 |
UTF-8 | 鐔脂芦繧 | 111010011001000010010100111010001000010010000010111010001000101010100110111001111011100110100111 | e99094e88482e88aa6e7b9a7 |
UHC | ?脂芦? | 001111111111001010110111111110111101100000111111 | 3ff2b7fbd83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)