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 | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 鴦??飮?TB | 111010011111000100111111001111111001111101011010001111110101010001000010 | e9f13f3f9f5a3f5442 |
EUC-JP | 鴦??飮?TB | 111100101111001100111111001111111101110110111011001111110101010001000010 | f2f33f3fddbb3f5442 |
UTF-8 | 鴦볛뮪飮켮TB | 1110100110110100101001101110101110110011100110111110101110101110101010101110100110100011101011101110110010111100101011100101010001000010 | e9b4a6ebb39bebaeaae9a3aeecbcae5442 |
UHC | 鴦볛뮪飮켮TB | 111001001110110010010011111000101001001010110100111010111110011010110001011010000101010001000010 | e4ec93e292b4ebe6b1685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)