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 | ÙÞÎàH | 100011111101100111011110110011101110000001001000 | 8fd9decee048 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?ÙÞÎàH | 0011111110001111101010101110001110001111101010011011000010001111101010101100001010001111101010111010001001001000 | 3f8faae38fa9b08faac28faba248 |
UTF-8 | ÙÞÎàH | 1100001010001111110000111001100111000011100111101100001110001110110000111010000001001000 | c28fc399c39ec38ec3a048 |
UHC | ??Þ??H | 00111111001111111010100010101101001111110011111101001000 | 3f3fa8ad3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)