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 | 秕狒稠 | 111000100101110111100000101111111110001001100110 | e25de0bfe266 |
EUC-JP | 秕狒稠 | 111000111011111011100000110000011110001111000111 | e3bee0c1e3c7 |
UTF-8 | 秕狒稠 | 111001111010011110010101111001111000101110010010111001111010100010100000 | e7a795e78b92e7a8a0 |
UHC | 秕?稠 | 1101110111111001001111111111000011010110 | ddf93ff0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)