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 | 醤晗齏 | 100011111101110111111010110101101110100011101011 | 8fddfad6e8eb |
EUC-JP | 醤晗齏 | 10111110110111111000111111000010101110001111000011101101 | bedf8fc2b8f0ed |
UTF-8 | 醤晗齏 | 111010011000011010100100111001101001100110010111111010011011110110001111 | e986a4e69997e9bd8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)