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 | 霎懷」悟 | 11101000101111101001110011100101101000111000110011100101 | e8be9ce5a38ce5 |
EUC-JP | 霎懷」悟 | 1111000011000000110110001110011110001110101000111011100011100111 | f0c0d8e78ea3b8e7 |
UTF-8 | 霎懷」悟 | 111010011001110010001110111001101000011110110111111011111011110110100011111001101000001010011111 | e99c8ee687b7efbda3e6829f |
UHC | ?懷?悟 | 001111111111110011100011001111111110011111110110 | 3ffce33fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)