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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 腰??腰?Р^ | 10001101100110000011111100111111100011011001100000111111100001000101000101011110 | 8d983f3f8d983f84515e |
EUC-JP | 腰??腰?Р^ | 10111001111110000011111100111111101110011111100000111111101001111011001001011110 | b9f83f3fb9f83fa7b25e |
UTF-8 | 腰뽫뮰腰뽯Р^ | 111010001000010110110000111010111011110110101011111010111010111010110000111010001000010110110000111010111011110110101111110100001010000001011110 | e885b0ebbdabebaeb0e885b0ebbdafd0a05e |
UHC | 腰뽫뮰腰뽯Р^ | 11101001101001101001011011100111100100101011100111101001101001101001011011101011101011001011001001011110 | e9a696e792b9e9a696ebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)