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 | ¸´ÞÙ | 1000111110111000101101001101111011011001 | 8fb8b4ded9 |
SJIS-WIN | ??´?? | 001111110011111110000001010011000011111100111111 | 3f3f814c3f3f |
EUC-JP | ?¸´ÞÙ | 001111111000111110100010101100011010000110101101100011111010100110110000100011111010101011100011 | 3f8fa2b1a1ad8fa9b08faae3 |
UTF-8 | ¸´ÞÙ | 11000010100011111100001010111000110000101011010011000011100111101100001110011001 | c28fc2b8c2b4c39ec399 |
UHC | ?¸´Þ? | 0011111110100010101011001010001010100101101010001010110100111111 | 3fa2aca2a5a8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)