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 | 獸羨綏 | 111000001101011110010001010000011110001101010110 | e0d79141e356 |
EUC-JP | 獸羨綏 | 111000001101100111000001101000101110010110110111 | e0d9c1a2e5b7 |
UTF-8 | 獸羨綏 | 111001111000110110111000111001111011111010101000111001111011011010001111 | e78db8e7bea8e7b68f |
UHC | 獸羨綏 | 111000101010111011100000110011001110001010110111 | e2aee0cce2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)