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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 騾主淵] | 11101001100000001000111011100101100101011010001101011101 | e9808ee595a35d |
EUC-JP | 騾主淵] | 11110001111000001011110011100111110010101010010101011101 | f1e0bce7caa55d |
UTF-8 | 騾主淵] | 11101001101010001011111011100100101110001011101111100110101101111011010101011101 | e9a8bee4b8bbe6b7b55d |
UHC | ?主淵] | 001111111111000110101011111001101101000001011101 | 3ff1abe6d05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)