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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?砧?浸^ | 00111111100010110110110100111111100100000101101001011110 | 3f8b6d3f905a5e |
EUC-JP | ?砧?浸^ | 00111111101101011100111000111111101111111011101101011110 | 3fb5ce3fbfbb5e |
UTF-8 | 뤜砧뤜浸^ | 11101011101001001001110011100111101000001010011111101011101001001001110011100110101101011011100001011110 | eba49ce7a0a7eba49ce6b5b85e |
UHC | 뤜砧뤜浸^ | 100011111100101111110110110110111000111111001011111101101101100101011110 | 8fcbf6db8fcbf6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)