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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肄御浦 | 111000111110010110001100111001001000100101011001 | e3e58ce48959 |
EUC-JP | 肄御浦 | 111001101110011110111000111001101011000110111010 | e6e7b8e6b1ba |
UTF-8 | 肄御浦 | 111010001000001010000100111001011011111010100001111001101011010110100110 | e88284e5bea1e6b5a6 |
UHC | 肄御浦 | 111011001011110111100101110110011111100011011101 | ecbde5d9f8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)