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 | ?^???? | 001111110101111000111111001111110011111100111111 | 3f5e3f3f3f3f |
SJIS-WIN | ?^???? | 001111110101111000111111001111110011111100111111 | 3f5e3f3f3f3f |
EUC-JP | ?^???? | 001111110101111000111111001111110011111100111111 | 3f5e3f3f3f3f |
UTF-8 | 혷^혗혡채혺 | 11101101100110001011011101011110111011011001100010010111111011011001100010100001111011001011000110000100111011011001100010111010 | ed98b75eed9897ed98a1ecb184ed98ba |
UHC | 혷^혗혡채혺 | 1100001010011110010111101100001010000010110000101000101011000011101001001100001010011111 | c29e5ec282c28ac3a4c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)