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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 棚形損rB | 1001001001001001100011000110000010010001101110010111001001000010 | 92498c6091b97242 |
EUC-JP | 棚形損rB | 1100001110101010101101111100000111000010101110110111001001000010 | c3aab7c1c2bb7242 |
UTF-8 | 棚形損rB | 1110011010100011100110101110010110111101101000101110011010010000100011010111001001000010 | e6a39ae5bda2e6908d7242 |
UHC | 棚形損rB | 1101110111011100111110111010000111100001110111110111001001000010 | dddcfba1e1df7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)