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 | 汚藪? | 1000100110011000111001010100110100111111 | 8998e54d3f |
EUC-JP | 汚藪? | 1011000111111000111010011010111000111111 | b1f8e9ae3f |
UTF-8 | 汚藪굞 | 111001101011000110011010111010001001011110101010111010101011010110011110 | e6b19ae897aaeab59e |
UHC | 汚藪굞 | 111001111111110111100010101111111000001010000110 | e7fde2bf8286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)