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 | Ó£ö´Ó£ | 110100111010001111110110101101001101001110100011 | d3a3f6b4d3a3 |
SJIS-WIN | ?£?´?£ | 001111111000000110010010001111111000000101001100001111111000000110010010 | 3f81923f814c3f8192 |
EUC-JP | Ó£ö´Ó£ | 100011111010101011010001101000011111001010001111101010111101001110100001101011011000111110101010110100011010000111110010 | 8faad1a1f28fabd3a1ad8faad1a1f2 |
UTF-8 | Ó£ö´Ó£ | 110000111001001111000010101000111100001110110110110000101011010011000011100100111100001010100011 | c393c2a3c3b6c2b4c393c2a3 |
UHC | ???´?? | 00111111001111110011111110100010101001010011111100111111 | 3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)