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 | 低??] | 1001001011100001001111110011111101011101 | 92e13f3f5d |
EUC-JP | 低??] | 1100010011100011001111110011111101011101 | c4e33f3f5d |
UTF-8 | 低윤썬] | 11100100101111011000111011101100100111001010010011101100100011011010110001011101 | e4bd8eec9ca4ec8dac5d |
UHC | 低윤썬] | 11101110101110001100000010110001101111011110001101011101 | eeb8c0b1bde35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)