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 | 粢医軸苴 | 1110001011100101100010001110001110001110101100101110010010010011 | e2e588e38eb2e493 |
EUC-JP | 粢医軸苴 | 1110010011100111101100001110010110111100101101001110011111110011 | e4e7b0e5bcb4e7f3 |
UTF-8 | 粢医軸苴 | 111001111011001010100010111001011000110010111011111010001011101110111000111010001000101110110100 | e7b2a2e58cbbe8bbb8e88bb4 |
UHC | ??軸? | 0011111100111111111101011110111000111111 | 3f3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)