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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 劾????? | 10001010010011100011111100111111001111110011111100111111 | 8a4e3f3f3f3f3f |
EUC-JP | 劾????? | 10110011101011110011111100111111001111110011111100111111 | b3af3f3f3f3f3f |
UTF-8 | 劾쏅驪숇驪덊 | 111001011000101010111110111011001000111110000101111011111010011010000111111011001000100010000111111011111010011010000111111010111000110110001010 | e58abeec8f85efa687ec8887efa687eb8d8a |
UHC | 劾쏅驪숇驪덊 | 111110101011011010011011111010111110011010101111100110011110101111100110101011111000100011101101 | fab69bebe6af99ebe6af88ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)