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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凜カ諶「エ瀇 | 111010101010001110110110111110111010101010100010101101001111101101001111 | eaa3b6fbaaa2b4fb4f |
EUC-JP | 凜カ諶「エ瀇 | 1111010010100101100011101011011010001111110111101011010110001110101000101000111010110100100011111100100110101101 | f4a58eb68fdeb58ea28eb48fc9ad |
UTF-8 | 凜カ諶「エ瀇 | 111001011000011110011100111011111011110110110110111010001010101110110110111011111011110110100010111011111011110110110100111001111000000010000111 | e5879cefbdb6e8abb6efbda2efbdb4e78087 |
UHC | 凜?諶??? | 1101011111001111001111111110010010100110001111110011111100111111 | d7cf3fe4a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)