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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?????但\ | 0011111100111111001111110011111100111111100100100100000101011100 | 3f3f3f3f3f92415c |
EUC-JP | ?????但\ | 0011111100111111001111110011111100111111110000111010001001011100 | 3f3f3f3f3fc3a25c |
UTF-8 | 렻렓렻렚렺但\ | 11101011101000001011101111101011101000001001001111101011101000001011101111101011101000001001101011101011101000001011101011100100101111011000011001011100 | eba0bbeba093eba0bbeba09aeba0bae4bd865c |
UHC | 렻렓렻렚렺但\ | 10001110110000111000111010101000100011101100001110001110101011011000111011000010110100111010001101011100 | 8ec38ea88ec38ead8ec2d3a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)