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 | 顫阪g籬 | 1110100011111010100011011110001110000010100001111110001011011111 | e8fa8de38287e2df |
EUC-JP | 顫阪g籬 | 1111000011111100101110101110010110100011111001111110010011100001 | f0fcbae5a3e7e4e1 |
UTF-8 | 顫阪g籬 | 111010011010000110101011111010011001100010101010111011111011110110000111111001111011000110101100 | e9a1abe998aaefbd87e7b1ac |
UHC | 顫阪g籬 | 1110111110110101111110001010000110100011111001111101011111100110 | efb5f8a1a3e7d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)