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 | 絽ルオ | 1110001101010111100000111000101110110101 | e357838bb5 |
EUC-JP | 絽ルオ | 111001011011100010100101111010111000111010110101 | e5b8a5eb8eb5 |
UTF-8 | 絽ルオ | 111001111011010110111101111000111000001110101011111011111011110110110101 | e7b5bde383abefbdb5 |
UHC | ?ル? | 00111111101010111110101100111111 | 3fabeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)