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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 讓滔査B | 11100110101010001001111111101011100011011011100001000010 | e6a89feb8db842 |
EUC-JP | 讓滔査B | 11101100101010101101111011101101101110101011101001000010 | ecaadeedbaba42 |
UTF-8 | 讓滔査B | 11101000101011101001001111100110101110111001010011100110100111111011101101000010 | e8ae93e6bb94e69fbb42 |
UHC | 讓滔査B | 11100101110100111101010010100101110111101101101101000010 | e5d3d4a5dedb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)