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 | Ó£NÓ£áÞ | 11010011101000110100111011010011101000111110000111011110 | d3a34ed3a3e1de |
SJIS-WIN | ?£N?£?? | 001111111000000110010010010011100011111110000001100100100011111100111111 | 3f81924e3f81923f3f |
EUC-JP | Ó£NÓ£áÞ | 1000111110101010110100011010000111110010010011101000111110101010110100011010000111110010100011111010101110100001100011111010100110110000 | 8faad1a1f24e8faad1a1f28faba18fa9b0 |
UTF-8 | Ó£NÓ£áÞ | 11000011100100111100001010100011010011101100001110010011110000101010001111000011101000011100001110011110 | c393c2a34ec393c2a3c3a1c39e |
UHC | ??N???Þ | 0011111100111111010011100011111100111111001111111010100010101101 | 3f3f4e3f3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)