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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湖紗??鳥 | 1000110011001110100011101101000100111111001111111001001010111001 | 8cce8ed13f3f92b9 |
EUC-JP | 湖紗??鳥 | 1011100011010000101111001101001100111111001111111100010010111011 | b8d0bcd33f3fc4bb |
UTF-8 | 湖紗렖렭鳥 | 111001101011100110010110111001111011010010010111111010111010000010010110111010111010000010101101111010011011001110100101 | e6b996e7b497eba096eba0ade9b3a5 |
UHC | 湖紗렖렭鳥 | 11111011110010011101111011101001100011101010101110001110101110101111000011101000 | fbc9dee98eab8ebaf0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)