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 | ?}Y?}bE | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 杜}Y杜}bE | 100100110110110101111101010110011001001101101101011111010110001001000101 | 936d7d59936d7d6245 |
EUC-JP | 杜}Y杜}bE | 110001011100111001111101010110011100010111001110011111010110001001000101 | c5ce7d59c5ce7d6245 |
UTF-8 | 杜}Y杜}bE | 1110011010011101100111000111110101011001111001101001110110011100011111010110001001000101 | e69d9c7d59e69d9c7d6245 |
UHC | 杜}Y杜}bE | 110101001110000101111101010110011101010011100001011111010110001001000101 | d4e17d59d4e17d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)