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 | 蛟冗灸迢ア | 11100101100000001000111111100111100010111000010011100111100010111000001101000001 | e5808fe78b84e78b8341 |
EUC-JP | 蛟冗灸迢ア | 11101001111000001011111011101001101101011110010011101101111010111010010110100010 | e9e0bee9b5e4edeba5a2 |
UTF-8 | 蛟冗灸迢ア | 111010001001101110011111111001011000011010010111111001111000000110111000111010001011111110100010111000111000001010100010 | e89b9fe58697e781b8e8bfa2e382a2 |
UHC | 蛟冗灸?ア | 110011101111000111101001101101111100111110110110001111111010101110100010 | cef1e9b7cfb63faba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)