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 | 顫趣セ檎 | 11101000111110101000111011101111101111101000110011100111 | e8fa8eefbe8ce7 |
EUC-JP | 顫趣セ檎 | 1111000011111100101111001111000110001110101111101011100011101001 | f0fcbcf18ebeb8e9 |
UTF-8 | 顫趣セ檎 | 111010011010000110101011111010001011011010100011111011111011110110111110111001101010101010001110 | e9a1abe8b6a3efbdbee6aa8e |
UHC | 顫趣?檎 | 11101111101101011111011010101100001111111101000011010101 | efb5f6ac3fd0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)