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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 啼?煜??? | 1001101001100101001111111111101101010101001111110011111100111111 | 9a653ffb553f3f3f |
EUC-JP | 啼?煜??? | 110100111100011000111111100011111100100111111100001111110011111100111111 | d3c63f8fc9fc3f3f3f |
UTF-8 | 啼렧煜얏렯렰 | 111001011001010110111100111010111010000010100111111001111000010110011100111011001001011010001111111010111010000010101111111010111010000010110000 | e595bceba0a7e7859cec968feba0afeba0b0 |
UHC | 啼렧煜얏렯렰 | 111100001010011010001110101101101110100111110010101111101110011010001110101111001000111010111101 | f0a68eb6e9f2bee68ebc8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)