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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雅κ? | 1000100111101011100000111100100000111111 | 89eb83c83f |
EUC-JP | 雅κ? | 1011001011101101101001101100101000111111 | b2eda6ca3f |
UTF-8 | 雅κ독 | 1110100110011011100001011100111010111010111010111000111110000101 | e99b85cebaeb8f85 |
UHC | 雅κ독 | 111001001011101010100101111010101011010110110110 | e4baa5eab5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)