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 | 郤鰹蹴赭 | 1110011110111010100010101000111110001111010100101110011011011110 | e7ba8a8f8f52e6de |
EUC-JP | 郤鰹蹴赭 | 1110111010111100101100111110111110111101101100111110110011100000 | eebcb3efbdb3ece0 |
UTF-8 | 郤鰹蹴赭 | 111010011000001110100100111010011011000010111001111010001011100110110100111010001011010110101101 | e983a4e9b0b9e8b9b4e8b5ad |
UHC | ??蹴? | 0011111100111111111101011110110100111111 | 3f3ff5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)