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 | Ì÷äÁí¥ | 110011001111011111100100110000011110110110100101 | ccf7e4c1eda5 |
SJIS-WIN | ?÷???¥ | 0011111110000001100000000011111100111111001111111000000110001111 | 3f81803f3f3f818f |
EUC-JP | Ì÷äÁí? | 100011111010101011000000101000011110000010001111101010111010001110001111101010101010000110001111101010111011111100111111 | 8faac0a1e08faba38faaa18fabbf3f |
UTF-8 | Ì÷äÁí¥ | 110000111000110011000011101101111100001110100100110000111000000111000011101011011100001010100101 | c38cc3b7c3a4c381c3adc2a5 |
UHC | ?÷???? | 00111111101000011100000000111111001111110011111100111111 | 3fa1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)