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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 魚??猶?^ | 1000101110011011001111110011111110010111010100000011111101011110 | 8b9b3f3f97503f5e |
EUC-JP | 魚??猶?^ | 1011010111111011001111110011111111001101101100010011111101011110 | b5fb3f3fcdb13f5e |
UTF-8 | 魚됰뮃猶섵^ | 11101001101011011001101011101011100100001011000011101011101011101000001111100111100011001011011011101100100001001011010101011110 | e9ad9aeb90b0ebae83e78cb6ec84b55e |
UHC | 魚됰뮃猶섵^ | 1110010111100000100010011110101110010010100100101110101110100010100110010100010001011110 | e5e089eb9292eba299445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)