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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
EUC-JP | ?薏?] | 001111111000111111011001110111100011111101011101 | 3f8fd9de3f5d |
UTF-8 | 뤺薏젱] | 11101011101001001011101011101000100101101000111111101100101000001011000101011101 | eba4bae8968feca0b15d |
UHC | 뤺薏젱] | 10001111111010001110101111111011110000011010110101011101 | 8fe8ebfbc1ad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)