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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 地?運?麟 | 1001001001101110001111111000100101011110001111111001011111011001 | 926e3f895e3f97d9 |
EUC-JP | 地?運?麟 | 1100001111001111001111111011000110111111001111111100111011011011 | c3cf3fb1bf3fcedb |
UTF-8 | 地렊運쇘麟 | 111001011001110010110000111010111010000010001010111010011000000110001011111011001000011110011000111010011011101010011111 | e59cb0eba08ae9818bec8798e9ba9f |
UHC | 地렊運쇘麟 | 11110010101000101000111010100001111010101010000110111100111001111101011111111000 | f2a28ea1eaa1bce7d7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)