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 | ܴˬ | 11011100101101001100101110101100 | dcb4cbac |
SJIS-WIN | ?´?¬ | 001111111000000101001100001111111000000111001010 | 3f814c3f81ca |
EUC-JP | ܴˬ | 10001111101010101110010010100001101011011000111110101010101100111010001011001100 | 8faae4a1ad8faab3a2cc |
UTF-8 | ܴˬ | 1100001110011100110000101011010011000011100010111100001010101100 | c39cc2b4c38bc2ac |
UHC | ?´?? | 0011111110100010101001010011111100111111 | 3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)