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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 俎趙俎??^ | 100110001101011111100110111000101001100011010111001111110011111101011110 | 98d7e6e298d73f3f5e |
EUC-JP | 俎趙俎??^ | 110100001101100111101100111001001101000011011001001111110011111101011110 | d0d9ece4d0d93f3f5e |
UTF-8 | 俎趙俎셔섕^ | 11100100101111111000111011101000101101101001100111100100101111111000111011101100100001011001010011101100100001001001010101011110 | e4bf8ee8b699e4bf8eec8594ec84955e |
UHC | 俎趙俎셔섕^ | 1111000010111011111100001110000111110000101110111011110011000101101111001010110001011110 | f0bbf0e1f0bbbcc5bcac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)