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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 飮??癲 | 100111110101101000111111001111111110000110011111 | 9f5a3f3fe19f |
EUC-JP | 飮??癲 | 110111011011101100111111001111111110001010100001 | ddbb3f3fe2a1 |
UTF-8 | 飮욄쪛癲 | 111010011010001110101110111011001001101010000100111011001010101010011011111001111001100110110010 | e9a3aeec9a84ecaa9be799b2 |
UHC | 飮욄쪛癲 | 1110101111100110100111101110011010100101100101001110111110100110 | ebe69ee6a594efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)