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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 琬?? | 1000111111001100101100000011111100111111 | 8fccb03f3f |
UTF-8 | 琬뚑슮 | 111001111001000010101100111010111001101010010001111011001000101010101110 | e790aceb9a91ec8aae |
UHC | 琬뚑슮 | 111010001100111010001100110101001001101010110101 | e8ce8cd49ab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)