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 | ?T?TB | 0011111101010100001111110101010001000010 | 3f543f5442 |
SJIS-WIN | 叩T叩TB | 10010010010000000101010010010010010000000101010001000010 | 92405492405442 |
EUC-JP | 叩T叩TB | 11000011101000010101010011000011101000010101010001000010 | c3a154c3a15442 |
UTF-8 | 叩T叩TB | 111001011000111110101001010101001110010110001111101010010101010001000010 | e58fa954e58fa95442 |
UHC | 叩T叩TB | 11001101101100000101010011001101101100000101010001000010 | cdb054cdb05442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)