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 | 玉??歪ょ | 1000101111001010001111110011111110011000011000111000001011100101 | 8bca3f3f986382e5 |
EUC-JP | 玉??歪ょ | 1011011011001100001111110011111111001111110001001010010011100111 | b6cc3f3fcfc4a4e7 |
UTF-8 | 玉앯뮵歪ょ | 111001111000111010001001111011001001010110101111111010111010111010110101111001101010110110101010111000111000001010000111 | e78e89ec95afebaeb5e6adaae38287 |
UHC | 玉앯뮵歪ょ | 11101000101011001001110111100111100100101011110111101000111000001010101011100111 | e8ac9de792bde8e0aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)