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 | 螂ェ謐芽 | 11100101101001011010101011100110100011011000100111101000 | e5a5aae68d89e8 |
EUC-JP | 螂ェ謐芽 | 1110101010100111100011101010101011101011111011011011001011101010 | eaa78eaaebedb2ea |
UTF-8 | 螂ェ謐芽 | 111010001001111010000010111011111011110110101010111010001010110010010000111010001000101010111101 | e89e82efbdaae8ac90e88abd |
UHC | 螂?謐芽 | 11010101110011000011111111011010110011011110010010110100 | d5cc3fdacde4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)