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 | ?謙靈斤? | 0011111110001100101010101110100011001011100010111101001000111111 | 3f8caae8cb8bd23f |
EUC-JP | ?謙靈斤? | 0011111110111000101011001111000011001101101101101101010000111111 | 3fb8acf0cdb6d43f |
UTF-8 | 렺謙靈斤렞 | 111010111010000010111010111010001010110010011001111010011001110110001000111001101001011010100100111010111010000010011110 | eba0bae8ac99e99d88e696a4eba09e |
UHC | 렺謙靈斤렞 | 10001110110000101100110011000101110101101100010011010000110001011000111010101111 | 8ec2ccc5d6c4d0c58eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)