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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 辰巽i辰巽iB | 1001001001000011100100100100011001101001100100100100001110010010010001100110100101000010 | 9243924669924392466942 |
EUC-JP | 辰巽i辰巽iB | 1100001110100100110000111010011101101001110000111010010011000011101001110110100101000010 | c3a4c3a769c3a4c3a76942 |
UTF-8 | 辰巽i辰巽iB | 111010001011111010110000111001011011011110111101011010011110100010111110101100001110010110110111101111010110100101000010 | e8beb0e5b7bd69e8beb0e5b7bd6942 |
UHC | 辰巽i辰巽iB | 1111001011100011111000011101111001101001111100101110001111100001110111100110100101000010 | f2e3e1de69f2e3e1de6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)