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 | ??阿? | 0011111100111111100010001010001000111111 | 3f3f88a23f |
EUC-JP | ??阿? | 0011111100111111101100001010010000111111 | 3f3fb0a43f |
UTF-8 | 璉묐阿璉 | 111011111010011010010100111010111010110010010000111010011001100010111111111011111010011010010100 | efa694ebac90e998bfefa694 |
UHC | 璉묐阿璉 | 1110011011011001100100011110101111100100101110011110011011011001 | e6d991ebe4b9e6d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)