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 | 奧??熱 | 100110101111101000111111001111111001010001001101 | 9afa3f3f944d |
EUC-JP | 奧??熱 | 110101001111110000111111001111111100011110101110 | d4fc3f3fc7ae |
UTF-8 | 奧딁ㅊ熱 | 111001011010010110100111111010111001010010000001111000111000010110001010111001111000011010110001 | e5a5a7eb9481e3858ae786b1 |
UHC | 奧딁ㅊ熱 | 1110011111110011100010101110011110100100101110101110011011110000 | e7f38ae7a4bae6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)