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 | 丈ソ灼蒔 | 100011111110010010111111100011101101110011110000101111001000111010101010 | 8fe4bf8edcf0bc8eaa |
EUC-JP | 丈ソ灼?蒔 | 101111101110011010001110101111111011110011011110001111111011110010101100 | bee68ebfbcde3fbcac |
UTF-8 | 丈ソ灼蒔 | 111001001011100010001000111011111011110110111111111001111000000110111100111011101000000110111011111010001001001010010100 | e4b888efbdbfe781bcee81bbe89294 |
UHC | 丈?灼?蒔 | 1110110111011011001111111110110111000111001111111110001111001000 | eddb3fedc73fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)