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 | ??????b\ | 0011111100111111001111110011111100111111001111110110001001011100 | 3f3f3f3f3f3f625c |
SJIS-WIN | ??????b\ | 0011111100111111001111110011111100111111001111110110001001011100 | 3f3f3f3f3f3f625c |
EUC-JP | ??????b\ | 0011111100111111001111110011111100111111001111110110001001011100 | 3f3f3f3f3f3f625c |
UTF-8 | 횂혺횄짯횄짠b\ | 1110110110011010100000101110110110011000101110101110110110011010100001001110110010100111101011111110110110011010100001001110110010100111101000000110001001011100 | ed9a82ed98baed9a84eca7afed9a84eca7a0625c |
UHC | 횂혺횄짯횄짠b\ | 1100001110000010110000101001111111000011100000111100001010101101110000111000001111000010101001110110001001011100 | c382c29fc383c2adc383c2a7625c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)