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?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | 唸o涌疽 | 10011010010110000110111110010111010011111110000101110011 | 9a586f974fe173 |
EUC-JP | 唸o涌疽 | 11010011101110010110111111001101101100001110000111010100 | d3b96fcdb0e1d4 |
UTF-8 | 唸o涌疽 | 11100101100101001011100001101111111001101011011010001100111001111001011010111101 | e594b86fe6b68ce796bd |
UHC | ?o涌疽 | 001111110110111111101001101111111110111011000101 | 3f6fe9bfeec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)