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 | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | ?甘?TB | 001111111000101011000011001111110101010001000010 | 3f8ac33f5442 |
EUC-JP | ?甘殮TB | 0011111110110100110001011000111111000110101011100101010001000010 | 3fb4c58fc6ae5442 |
UTF-8 | 충甘殮TB | 1110110010110110101010011110011110010100100110001110011010101110101011100101010001000010 | ecb6a9e79498e6aeae5442 |
UHC | 충甘殮TB | 1100001111100110110010101111011011010110101100010101010001000010 | c3e6caf6d6b15442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)