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 | 驅喊竟眩 | 1110100101111011100110100101111011101000111011011110000110111111 | e97b9a5ee8ede1bf |
EUC-JP | 驅喊竟眩 | 1111000111011100110100111011111111110000111011111110001011000001 | f1dcd3bff0efe2c1 |
UTF-8 | 驅喊竟眩 | 111010011010100110000101111001011001011010001010111001111010101110011111111001111001110010101001 | e9a985e5968ae7ab9fe79ca9 |
UHC | 驅喊竟眩 | 1100111111001100111110011110001011001100111001011111101011011111 | cfccf9e2cce5fadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)