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 | 飮?癲 | 1001111101011010001111111110000110011111 | 9f5a3fe19f |
EUC-JP | 飮?癲 | 1101110110111011001111111110001010100001 | ddbb3fe2a1 |
UTF-8 | 飮퇛癲 | 111010011010001110101110111011011000011110011011111001111001100110110010 | e9a3aeed879be799b2 |
UHC | 飮퇛癲 | 111010111110011010111000010010111110111110100110 | ebe6b84befa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)