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 | 劑潘? | 1001100110011101111000000100111000111111 | 999de04e3f |
EUC-JP | 劑潘? | 1101000111111101110111111010111100111111 | d1fddfaf3f |
UTF-8 | 劑潘欄 | 111001011000101010010001111001101011110110011000111011111010010010011101 | e58a91e6bd98efa49d |
UHC | 劑潘欄 | 111100001010010111011010111010111101000111101101 | f0a5daebd1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)