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 | 谿画ョ栄 | 11100110101011101000100111100110101011101000100101101000 | e6ae89e6ae8968 |
EUC-JP | 谿画ョ栄 | 1110110010110000101100101110100010001110101011101011000111001001 | ecb0b2e88eaeb1c9 |
UTF-8 | 谿画ョ栄 | 111010001011000010111111111001111001010010111011111011111011110110101110111001101010000010000100 | e8b0bfe794bbefbdaee6a084 |
UHC | 谿??? | 1100110110101100001111110011111100111111 | cdac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)