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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | /‘◇〔 | 1000000101011110100000010110010110000001100111101000000101101011 | 815e8165819e816b |
EUC-JP | /‘◇〔 | 1010000110111111101000011100011010100001111111101010000111001100 | a1bfa1c6a1fea1cc |
UTF-8 | /‘◇〔 | 111011111011110010001111111000101000000010011000111000101001011110000111111000111000000010010100 | efbc8fe28098e29787e38094 |
UHC | /‘◇〔 | 1010001110101111101000011010111010100001110111101010000110110010 | a3afa1aea1dea1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)