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 | 玉??歪ょ? | 100010111100101000111111001111111001100001100011100000101110010100111111 | 8bca3f3f986382e53f |
EUC-JP | 玉??歪ょ? | 101101101100110000111111001111111100111111000100101001001110011100111111 | b6cc3f3fcfc4a4e73f |
UTF-8 | 玉앯뮵歪ょ쐞 | 111001111000111010001001111011001001010110101111111010111010111010110101111001101010110110101010111000111000001010000111111011001001000010011110 | e78e89ec95afebaeb5e6adaae38287ec909e |
UHC | 玉앯뮵歪ょ쐞 | 111010001010110010011101111001111001001010111101111010001110000010101010111001111001110010000100 | e8ac9de792bde8e0aae79c84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)