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 | 症???諍 | 10001111110001110011111100111111001111111110011001111001 | 8fc73f3f3fe679 |
EUC-JP | 症???諍 | 10111110110010010011111100111111001111111110101111011010 | bec93f3f3febda |
UTF-8 | 症렞欌렔諍 | 111001111001011110000111111010111010000010011110111001101010110010001100111010111010000010010100111010001010101110001101 | e79787eba09ee6ac8ceba094e8ab8d |
UHC | 症렞欌렔諍 | 11110001111110001000111010101111111011011110101110001110101010011110111010110101 | f1f88eafedeb8ea9eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)