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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 製???鬱 | 10010000101110110011111100111111001111111001111101010100 | 90bb3f3f3f9f54 |
EUC-JP | 製?勖?鬱 | 110000001011110100111111100011111011001111101101001111111101110110110101 | c0bd3f8fb3ed3fddb5 |
UTF-8 | 製렩勖렢鬱 | 111010001010001110111101111010111010000010101001111001011000101110010110111010111010000010100010111010011010110010110001 | e8a3bdeba0a9e58b96eba0a2e9acb1 |
UHC | 製렩勖렢鬱 | 11110000101100101000111010110111111010011110110110001110101100111110101010100110 | f0b28eb7e9ed8eb3eaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)