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 | 淲懷シ丞 | 11111011010001001001110011100101101111001000111111100101 | fb449ce5bc8fe5 |
EUC-JP | ?懷シ丞 | 00111111110110001110011110001110101111001011111011100111 | 3fd8e78ebcbee7 |
UTF-8 | 淲懷シ丞 | 111001101011011110110010111001101000011110110111111011111011110110111100111001001011100010011110 | e6b7b2e687b7efbdbce4b89e |
UHC | ?懷?丞 | 001111111111110011100011001111111110001110101010 | 3ffce33fe3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)