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 | 魚??猶 | 100010111001101100111111001111111001011101010000 | 8b9b3f3f9750 |
EUC-JP | 魚??猶 | 101101011111101100111111001111111100110110110001 | b5fb3f3fcdb1 |
UTF-8 | 魚됰뮃猶 | 111010011010110110011010111010111001000010110000111010111010111010000011111001111000110010110110 | e9ad9aeb90b0ebae83e78cb6 |
UHC | 魚됰뮃猶 | 1110010111100000100010011110101110010010100100101110101110100010 | e5e089eb9292eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)