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 | 莠一ソ殊 | 11100100101110101000100011101010101111111000111011101010 | e4ba88eabf8eea |
EUC-JP | 莠一ソ殊 | 1110100010111100101100001110110010001110101111111011110011101100 | e8bcb0ec8ebfbcec |
UTF-8 | 莠一ソ殊 | 111010001000111010100000111001001011100010000000111011111011110110111111111001101010111010001010 | e88ea0e4b880efbdbfe6ae8a |
UHC | ?一?殊 | 001111111110110011101001001111111110001010101000 | 3fece93fe2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)