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 | 褥コ魑ー鄂醍 | 11100101111100011011101011101001101100111011000011100111101111011001000111100111 | e5f1bae9b3b0e7bd91e7 |
EUC-JP | 褥コ魑ー鄂醍 | 111010101111001110001110101110101111001010110101100011101011000011101110101111111100001011101001 | eaf38ebaf2b58eb0eebfc2e9 |
UTF-8 | 褥コ魑ー鄂醍 | 111010001010010010100101111011111011110110111010111010011010110110010001111011111011110110110000111010011000010010000010111010011000011010001101 | e8a4a5efbdbae9ad91efbdb0e98482e9868d |
UHC | 褥???鄂醍 | 111010011011001100111111001111110011111111100100110001111111000010110101 | e9b33f3f3fe4c7f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)