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 | ???eB | 0011111100111111001111110110010101000010 | 3f3f3f6542 |
SJIS-WIN | 辰坦損eB | 1001001001000011100100100101001010010001101110010110010101000010 | 9243925291b96542 |
EUC-JP | 辰坦損eB | 1100001110100100110000111011001111000010101110110110010101000010 | c3a4c3b3c2bb6542 |
UTF-8 | 辰坦損eB | 1110100010111110101100001110010110011101101001101110011010010000100011010110010101000010 | e8beb0e59da6e6908d6542 |
UHC | 辰坦損eB | 1111001011100011111101111010010011100001110111110110010101000010 | f2e3f7a4e1df6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)