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 | 蟾也ィョ | 111001011011011110010110111001111010100010101110 | e5b796e7a8ae |
EUC-JP | 蟾也ィョ | 1110101010111001110011001110100110001110101010001000111010101110 | eab9cce98ea88eae |
UTF-8 | 蟾也ィョ | 111010001001111110111110111001001011100110011111111011111011110110101000111011111011110110101110 | e89fbee4b99fefbda8efbdae |
UHC | 蟾也?? | 111000001110101011100101101001010011111100111111 | e0eae5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)