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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諸馴岫涇 | 1111101110101001100100111110100110011011101010111111101011111011 | fba993e99babfafb |
EUC-JP | ?馴岫涇 | 0011111111000110111010111101011010101101100011111100011111000111 | 3fc6ebd6ad8fc7c7 |
UTF-8 | 諸馴岫涇 | 111011111010100010100010111010011010011010110100111001011011001010101011111001101011011010000111 | efa8a2e9a6b4e5b2abe6b687 |
UHC | ?馴岫涇 | 00111111111000101111100011100001111110111100110011011100 | 3fe2f8e1fbccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)