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 | Ó£öâ | 11010011101000111111011011100010 | d3a3f6e2 |
SJIS-WIN | ?£?? | 0011111110000001100100100011111100111111 | 3f81923f3f |
EUC-JP | Ó£öâ | 1000111110101010110100011010000111110010100011111010101111010011100011111010101110100100 | 8faad1a1f28fabd38faba4 |
UTF-8 | Ó£öâ | 1100001110010011110000101010001111000011101101101100001110100010 | c393c2a3c3b6c3a2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)