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 | ??\????] | 0011111100111111010111000011111100111111001111110011111101011101 | 3f3f5c3f3f3f3f5d |
SJIS-WIN | ??\????] | 0011111100111111010111000011111100111111001111110011111101011101 | 3f3f5c3f3f3f3f5d |
EUC-JP | ??\????] | 0011111100111111010111000011111100111111001111110011111101011101 | 3f3f5c3f3f3f3f5d |
UTF-8 | 렻렓\렺씻씻슘] | 1110101110100000101110111110101110100000100100110101110011101011101000001011101011101100100101001011101111101100100101001011101111101100100010101001100001011101 | eba0bbeba0935ceba0baec94bbec94bbec8a985d |
UHC | 렻렓\렺씻씻슘] | 1000111011000011100011101010100001011100100011101100001010111110110001001011111011000100101111011011011101011101 | 8ec38ea85c8ec2bec4bec4bdb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)