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 | 劑基? | 1001100110011101100010101110111000111111 | 999d8aee3f |
EUC-JP | 劑基? | 1101000111111101101101001111000000111111 | d1fdb4f03f |
UTF-8 | 劑基렯 | 111001011000101010010001111001011001111110111010111010111010000010101111 | e58a91e59fbaeba0af |
UHC | 劑基렯 | 111100001010010111010000111100011000111010111100 | f0a5d0f18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)