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 | 茯決痕郤 | 1110010010101000100011001000100010001101101011011110011110111010 | e4a88c888dade7ba |
EUC-JP | 茯決痕郤 | 1110100010101010101101111110100010111010101011111110111010111100 | e8aab7e8baafeebc |
UTF-8 | 茯決痕郤 | 111010001000110010101111111001101011000110111010111001111001011110010101111010011000001110100100 | e88cafe6b1bae79795e983a4 |
UHC | 茯決痕? | 11011100110110101100110010111101111111011101110100111111 | dcdaccbdfddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)