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 | è¸òTB | 111010001011100010011111111100100101010001000010 | e8b89ff25442 |
SJIS-WIN | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
EUC-JP | è¸?òTB | 100011111010101110110010100011111010001010110001001111111000111110101011110100100101010001000010 | 8fabb28fa2b13f8fabd25442 |
UTF-8 | è¸òTB | 11000011101010001100001010111000110000101001111111000011101100100101010001000010 | c3a8c2b8c29fc3b25442 |
UHC | ?¸??TB | 00111111101000101010110000111111001111110101010001000010 | 3fa2ac3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)