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 | 10001100010001100011111110001100111101100101010001000010 | 8c463f8cf65442 |
EUC-JP | 熊?公TB | 10110111101001110011111110111000111110000101010001000010 | b7a73fb8f85442 |
UTF-8 | 熊ㅾ公TB | 1110011110000110100010101110001110000101101111101110010110000101101011000101010001000010 | e7868ae385bee585ac5442 |
UHC | 熊ㅾ公TB | 1110101010101000101001001110111011001101111010110101010001000010 | eaa8a4eecdeb5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)