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 | ?巽↑? | 001111111001001001000110100000011010101000111111 | 3f924681aa3f |
EUC-JP | ?巽↑? | 001111111100001110100111101000101010110000111111 | 3fc3a7a2ac3f |
UTF-8 | 횤巽↑묍 | 111011011001101010100100111001011011011110111101111000101000011010010001111010111010110010001101 | ed9aa4e5b7bde28691ebac8d |
UHC | 횤巽↑묍 | 1100001110011011111000011101111010100001111010001011100110100011 | c39be1dea1e8b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)