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 | 苜恰嵯鐔 | 1110010010011100100010101000011010001101101101011110100001011100 | e49c8a868db5e85c |
EUC-JP | 苜恰嵯鐔 | 1110011111111100101100111110011010111010101101111110111110111101 | e7fcb3e6bab7efbd |
UTF-8 | 苜恰嵯鐔 | 111010001000101110011100111001101000000110110000111001011011010110101111111010011001000010010100 | e88b9ce681b0e5b5afe99094 |
UHC | ?恰嵯? | 001111111111110111100110111100111010101100111111 | 3ffde6f3ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)