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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴦竺裹悉偲 | 11101001111100011000111010110001111001011110010110001110101110111000111011000011 | e9f18eb1e5e58ebb8ec3 |
EUC-JP | 鴦竺裹悉偲 | 11110010111100111011110010110011111010101110011110111100101111011011110011000101 | f2f3bcb3eae7bcbdbcc5 |
UTF-8 | 鴦竺裹悉偲 | 111010011011010010100110111001111010101110111010111010001010001110111001111001101000001010001001111001011000000110110010 | e9b4a6e7abbae8a3b9e68289e581b2 |
UHC | 鴦竺?悉? | 1110010011101100111101011110011100111111111000111111101000111111 | e4ecf5e73fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)