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 | ??xY??xbE | 001111110011111101111000010110010011111100111111011110000110001001000101 | 3f3f78593f3f786245 |
SJIS-WIN | 搖?xY搖?xbE | 1001110110001010001111110111100001011001100111011000101000111111011110000110001001000101 | 9d8a3f78599d8a3f786245 |
EUC-JP | 搖?xY搖?xbE | 1101100111101010001111110111100001011001110110011110101000111111011110000110001001000101 | d9ea3f7859d9ea3f786245 |
UTF-8 | 搖렪xY搖렪xbE | 1110011010010000100101101110101110100000101010100111100001011001111001101001000010010110111010111010000010101010011110000110001001000101 | e69096eba0aa7859e69096eba0aa786245 |
UHC | 搖렪xY搖렪xbE | 11101000111101001000111010111000011110000101100111101000111101001000111010111000011110000110001001000101 | e8f48eb87859e8f48eb8786245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)