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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 劑潘?k | 100110011001110111100000010011100011111101101011 | 999de04e3f6b |
EUC-JP | 劑潘?k | 110100011111110111011111101011110011111101101011 | d1fddfaf3f6b |
UTF-8 | 劑潘뗀k | 11100101100010101001000111100110101111011001100011101011100101111000000001101011 | e58a91e6bd98eb97806b |
UHC | 劑潘뗀k | 11110000101001011101101011101011101101101011111001101011 | f0a5daebb6be6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)