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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 禎?{禎?s | 1001001011110101001111110111101110010010111101010011111101110011 | 92f53f7b92f53f73 |
EUC-JP | 禎?{禎?s | 1100010011110111001111110111101111000100111101110011111101110011 | c4f73f7bc4f73f73 |
UTF-8 | 禎렓{禎렓s | 1110011110100110100011101110101110100000100100110111101111100111101001101000111011101011101000001001001101110011 | e7a68eeba0937be7a68eeba09373 |
UHC | 禎렓{禎렓s | 11101111111011101000111010101000011110111110111111101110100011101010100001110011 | efee8ea87befee8ea873 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)