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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜈奪蜈奪^ | 111001011000010110010010010001001110010110000101100100100100010001011110 | e5859244e58592445e |
EUC-JP | 蜈奪蜈奪^ | 111010011110010111000011101001011110100111100101110000111010010101011110 | e9e5c3a5e9e5c3a55e |
UTF-8 | 蜈奪蜈奪^ | 11101000100111001000100011100101101001011010101011101000100111001000100011100101101001011010101001011110 | e89c88e5a5aae89c88e5a5aa5e |
UHC | 蜈奪蜈奪^ | 111010001010010111110111101011001110100010100101111101111010110001011110 | e8a5f7ace8a5f7ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)