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 | Þ×Âð | 10001110110111101000111011010111100011111100001011110000 | 8ede8ed78fc2f0 |
SJIS-WIN | ???×??? | 0011111100111111001111111000000101111110001111110011111100111111 | 3f3f3f817e3f3f3f |
EUC-JP | ?Þ?×?Âð | 0011111110001111101010011011000000111111101000011101111100111111100011111010101010100100100011111010100111000011 | 3f8fa9b03fa1df3f8faaa48fa9c3 |
UTF-8 | Þ×Âð | 1100001010001110110000111001111011000010100011101100001110010111110000101000111111000011100000101100001110110000 | c28ec39ec28ec397c28fc382c3b0 |
UHC | ?Þ?×??ð | 00111111101010001010110100111111101000011011111100111111001111111010100110100011 | 3fa8ad3fa1bf3f3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)