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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褌護胡 | 111001011110110010001100111011001000110011010011 | e5ec8cec8cd3 |
EUC-JP | 褌護胡 | 111010101110111010111000111011101011100011010101 | eaeeb8eeb8d5 |
UTF-8 | 褌護胡 | 111010001010010010001100111010001010110110110111111010001000001110100001 | e8a48ce8adb7e883a1 |
UHC | ?護胡 | 0011111111111011110111101111101111010111 | 3ffbdefbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)