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 | 劑潘렊 | 111001011000101010010001111001101011110110011000111010111010000010001010 | e58a91e6bd98eba08a |
UHC | 劑潘렊 | 111100001010010111011010111010111000111010100001 | f0a5daeb8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)