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 | 上ソ爵室 | 10001111111000111011111110001110110111011000111010111010 | 8fe3bf8edd8eba |
EUC-JP | 上ソ爵室 | 1011111011100101100011101011111110111100110111111011110010111100 | bee58ebfbcdfbcbc |
UTF-8 | 上ソ爵室 | 111001001011100010001010111011111011110110111111111001111000100010110101111001011010111010100100 | e4b88aefbdbfe788b5e5aea4 |
UHC | 上?爵室 | 11011111101111100011111111101101110010011110001111111000 | dfbe3fedc9e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)