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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辯セ迢玲薯 | 111001111000011110111110111001111000101110010111111001101000111110010010 | e787bee78b97e68f92 |
EUC-JP | 辯セ迢玲薯 | 11101101111001111000111010111110111011011110101111001110111010001011110111110010 | ede78ebeedebcee8bdf2 |
UTF-8 | 辯セ迢玲薯 | 111010001011111010101111111011111011110110111110111010001011111110100010111001111000111010110010111010001001011010101111 | e8beafefbdbee8bfa2e78eb2e896af |
UHC | 辯??玲薯 | 1101110010101010001111110011111111010110101111001110000010100011 | dcaa3f3fd6bce0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)