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 | ???疑?? | 00111111001111110011111110001011010111100011111100111111 | 3f3f3f8b5e3f3f |
EUC-JP | ???疑?? | 00111111001111110011111110110101101111110011111100111111 | 3f3f3fb5bf3f3f |
UTF-8 | 僚노씮疑뗦뿬 | 111011111010011010111011111010111000010110111000111011001001010010101110111001111001011010010001111010111001011110100110111010111011111110101100 | efa6bbeb85b8ec94aee79691eb97a6ebbfac |
UHC | 僚노씮疑뗦뿬 | 111010001110100010110011111010111001110110111111111010111111011110001011111001101001011110101100 | e8e8b3eb9dbfebf78be697ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)