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 | ¯O¡N | 1001000110101111100100100100111110010001101000011001001001001110 | 91af924f91a1924e |
SJIS-WIN | ???O???N | 0011111100111111001111110100111100111111001111110011111101001110 | 3f3f3f4f3f3f3f4e |
EUC-JP | ?¯?O?¡?N | 001111111000111110100010101101000011111101001111001111111000111110100010110000100011111101001110 | 3f8fa2b43f4f3f8fa2c23f4e |
UTF-8 | ¯O¡N | 1100001010010001110000101010111111000010100100100100111111000010100100011100001010100001110000101001001001001110 | c291c2afc2924fc291c2a1c2924e |
UHC | ???O?¡?N | 001111110011111100111111010011110011111110100010101011100011111101001110 | 3f3f3f4f3fa2ae3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)