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 | 雍楢エ顛 | 11101000101101001001001111101000101101001001001101011110 | e8b493e8b4935e |
EUC-JP | 雍楢エ顛 | 1111000010110110110001101110101010001110101101001100010110111111 | f0b6c6ea8eb4c5bf |
UTF-8 | 雍楢エ顛 | 111010011001101110001101111001101010010110100010111011111011110110110100111010011010000110011011 | e99b8de6a5a2efbdb4e9a19b |
UHC | 雍楢?? | 111010001011110011101010111110010011111100111111 | e8bceaf93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)