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 | 珀樞涸 | 111000001101111110011110111000101001111110111111 | e0df9ee29fbf |
EUC-JP | 珀樞涸 | 111000001110000111011100111001001101111011000001 | e0e1dce4dec1 |
UTF-8 | 珀樞涸 | 111001111000111110000000111001101010100010011110111001101011011010111000 | e78f80e6a89ee6b6b8 |
UHC | 珀樞? | 1101101011010110111101011101001000111111 | dad6f5d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)