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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 誰箪}Y誰箪}bE | 10010010010011101001001001011100011111010101100110010010010011101001001001011100011111010110001001000101 | 924e925c7d59924e925c7d6245 |
EUC-JP | 誰箪}Y誰箪}bE | 11000011101011111100001110111101011111010101100111000011101011111100001110111101011111010110001001000101 | c3afc3bd7d59c3afc3bd7d6245 |
UTF-8 | 誰箪}Y誰箪}bE | 1110100010101010101100001110011110101110101010100111110101011001111010001010101010110000111001111010111010101010011111010110001001000101 | e8aab0e7aeaa7d59e8aab0e7aeaa7d6245 |
UHC | 誰?}Y誰?}bE | 1110001011000001001111110111110101011001111000101100000100111111011111010110001001000101 | e2c13f7d59e2c13f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)