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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祭耿?聾?ⅲ | 10001101110101011110001111010100001111111001100001010111001111111111101001000010 | 8dd5e3d43f98573ffa42 |
EUC-JP | 祭耿?聾?? | 101110101101011111100110110101100011111111001111101110000011111100111111 | bad7e6d63fcfb83f3f |
UTF-8 | 祭耿렱聾렭ⅲ | 111001111010010110101101111010001000000010111111111010111010000010110001111010001000000110111110111010111010000010101101111000101000010110110010 | e7a5ade880bfeba0b1e881beeba0ade285b2 |
UHC | 祭耿렱聾렭ⅲ | 111100001010111011001100111010101000111010111110110101101110110010001110101110101010010110100011 | f0aeccea8ebed6ec8ebaa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)