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 | 轢臥償迚 | 1110011110000000100010011110011110001111100111101110011110001001 | e78089e78f9ee789 |
EUC-JP | 轢臥償迚 | 1110110111100000101100101110100110111101111111101110110111101001 | ede0b2e9bdfeede9 |
UTF-8 | 轢臥償迚 | 111010001011110110100010111010001000011110100101111001011000010010011111111010001011111110011010 | e8bda2e887a5e5849fe8bf9a |
UHC | 轢臥償? | 11010101111110011110100011000010110111111100000100111111 | d5f9e8c2dfc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)