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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 勇?㏄油? | 1001011101000101001111111000011101110100100101101111101100111111 | 97453f877496fb3f |
EUC-JP | 勇??油? | 11001101101001100011111100111111110011001111110100111111 | cda63f3fccfd3f |
UTF-8 | 勇싲㏄油낦 | 111001011000101110000111111011001000101110110010111000111000111110000100111001101011001010111001111010111000001010100110 | e58b87ec8bb2e38f84e6b2b9eb82a6 |
UHC | 勇싲㏄油낦 | 11101001101110001001101011101011101001111010011011101010111110101000011001000010 | e9b89aeba7a6eafa8642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)