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 | 隰ィ驥守 | 11101000101011001010100011101001100001111000111011100111 | e8aca8e9878ee7 |
EUC-JP | 隰ィ驥守 | 1111000010101110100011101010100011110001111001111011110011101001 | f0ae8ea8f1e7bce9 |
UTF-8 | 隰ィ驥守 | 111010011001101010110000111011111011110110101000111010011010100110100101111001011010111010001000 | e99ab0efbda8e9a9a5e5ae88 |
UHC | ??驥守 | 001111110011111111010001110010101110000111111010 | 3f3fd1cae1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)