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 | ??????V\ | 0011111100111111001111110011111100111111001111110101011001011100 | 3f3f3f3f3f3f565c |
SJIS-WIN | ??????V\ | 0011111100111111001111110011111100111111001111110101011001011100 | 3f3f3f3f3f3f565c |
EUC-JP | ??????V\ | 0011111100111111001111110011111100111111001111110101011001011100 | 3f3f3f3f3f3f565c |
UTF-8 | 혦쩐혦짯쩌짭V\ | 1110110110011000101001101110110010101001100100001110110110011000101001101110110010100111101011111110110010101001100011001110110010100111101011010101011001011100 | ed98a6eca990ed98a6eca7afeca98ceca7ad565c |
UHC | 혦쩐혦짯쩌짭V\ | 1100001010001110110000101011111011000010100011101100001010101101110000101011110011000010101011000101011001011100 | c28ec2bec28ec2adc2bcc2ac565c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)