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 | 踵夜ォエ遶檻 | 11100110111110011001011011101001101010111011010011100111101010111001111101000010 | e6f996e9abb4e7ab9f42 |
EUC-JP | 踵夜ォエ遶檻 | 111011001111101111001100111010111000111010101011100011101011010011101110101011011101110110100011 | ecfbcceb8eab8eb4eeaddda3 |
UTF-8 | 踵夜ォエ遶檻 | 111010001011100010110101111001011010010010011100111011111011110110101011111011111011110110110100111010011000000110110110111001101010101010111011 | e8b8b5e5a49cefbdabefbdb4e981b6e6aabb |
UHC | 踵夜???檻 | 111100011010001011100101101010000011111100111111001111111111100111100011 | f1a2e5a83f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)