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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 松ホ。鄂ホB | 1000111110111100110011101010000111100111101111011100111001000010 | 8fbccea1e7bdce42 |
EUC-JP | 松ホ。鄂ホB | 1011111010111110100011101100111010001110101000011110111010111111100011101100111001000010 | bebe8ece8ea1eebf8ece42 |
UTF-8 | 松ホ。鄂ホB | 11100110100111011011111011101111101111101000111011101111101111011010000111101001100001001000001011101111101111101000111001000010 | e69dbeefbe8eefbda1e98482efbe8e42 |
UHC | 松??鄂?B | 1110000111100110001111110011111111100100110001110011111101000010 | e1e63f3fe4c73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)