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 | ??\????^ | 0011111100111111010111000011111100111111001111110011111101011110 | 3f3f5c3f3f3f3f5e |
SJIS-WIN | ??\????^ | 0011111100111111010111000011111100111111001111110011111101011110 | 3f3f5c3f3f3f3f5e |
EUC-JP | ??\????^ | 0011111100111111010111000011111100111111001111110011111101011110 | 3f3f5c3f3f3f3f5e |
UTF-8 | 렻렓\렺셍씻슥^ | 1110101110100000101110111110101110100000100100110101110011101011101000001011101011101100100001011000110111101100100101001011101111101100100010101010010101011110 | eba0bbeba0935ceba0baec858dec94bbec8aa55e |
UHC | 렻렓\렺셍씻슥^ | 1000111011000011100011101010100001011100100011101100001010111100110001001011111011000100101111011011101101011110 | 8ec38ea85c8ec2bcc4bec4bdbb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)