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 | 簓ハァ耆 | 111000101100011111001010101001111110001111001011 | e2c7caa7e3cb |
EUC-JP | 簓ハァ耆 | 1110010011001001100011101100101010001110101001111110011011001101 | e4c98eca8ea7e6cd |
UTF-8 | 簓ハァ耆 | 111001111011000010010011111011111011111010001010111011111011110110100111111010001000000010000110 | e7b093efbe8aefbda7e88086 |
UHC | ???耆 | 0011111100111111001111111101000110111101 | 3f3f3fd1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)