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 | 羯悟更逎 | 1110001110111001100011001110010110001101010110001110011110100011 | e3b98ce58d58e7a3 |
EUC-JP | 羯悟更逎 | 1110011010111011101110001110011110111001101110011110111010100101 | e6bbb8e7b9b9eea5 |
UTF-8 | 羯悟更逎 | 111001111011111010101111111001101000001010011111111001101001101110110100111010011000000010001110 | e7beafe6829fe69bb4e9808e |
UHC | ?悟更? | 001111111110011111110110110011001101101000111111 | 3fe7f6ccda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)