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 | Ó£l÷¬q | 110100111010001101101100111101111010110001110001 | d3a36cf7ac71 |
SJIS-WIN | ?£l÷¬q | 001111111000000110010010011011001000000110000000100000011100101001110001 | 3f81926c818081ca71 |
EUC-JP | Ó£l÷¬q | 1000111110101010110100011010000111110010011011001010000111100000101000101100110001110001 | 8faad1a1f26ca1e0a2cc71 |
UTF-8 | Ó£l÷¬q | 11000011100100111100001010100011011011001100001110110111110000101010110001110001 | c393c2a36cc3b7c2ac71 |
UHC | ??l÷?q | 00111111001111110110110010100001110000000011111101110001 | 3f3f6ca1c03f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)