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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聽種秀 | 111000111110001110001110111011011000111101000111 | e3e38eed8f47 |
EUC-JP | 聽種秀 | 111001101110010110111100111011111011110110101000 | e6e5bcefbda8 |
UTF-8 | 聽種秀 | 111010001000000110111101111001111010100010101110111001111010011110000000 | e881bde7a8aee7a780 |
UHC | 聽種秀 | 111101001110100111110000111110101110001010110011 | f4e9f0fae2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)