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 | 1001011101001111100110011111101110011111011110110101010001000010 | 974f99fb9f7b5442 |
EUC-JP | 涌哈毬TB | 1100110110110000110100101111110111011101110111000101010001000010 | cdb0d2fddddc5442 |
UTF-8 | 涌哈毬TB | 1110011010110110100011001110010110010011100010001110011010101111101011000101010001000010 | e6b68ce59388e6afac5442 |
UHC | 涌哈毬TB | 1110100110111111111110011110101111001111101100110101010001000010 | e9bff9ebcfb35442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)