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 | 粢医軸聰 | 1110001011100101100010001110001110001110101100101110001111100000 | e2e588e38eb2e3e0 |
EUC-JP | 粢医軸聰 | 1110010011100111101100001110010110111100101101001110011011100010 | e4e7b0e5bcb4e6e2 |
UTF-8 | 粢医軸聰 | 111001111011001010100010111001011000110010111011111010001011101110111000111010001000000110110000 | e7b2a2e58cbbe8bbb8e881b0 |
UHC | ??軸聰 | 001111110011111111110101111011101111010111000110 | 3f3ff5eef5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)