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 | ûÈÛÙóß | 111110111100100011011011110110011111001111011111 | fbc8dbd9f3df |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ûÈÛÙóß | 100011111010101111100101100011111010101010110010100011111010101011100101100011111010101011100011100011111010101111010001100011111010100111001110 | 8fabe58faab28faae58faae38fabd18fa9ce |
UTF-8 | ûÈÛÙóß | 110000111011101111000011100010001100001110011011110000111001100111000011101100111100001110011111 | c3bbc388c39bc399c3b3c39f |
UHC | ?????ß | 00111111001111110011111100111111001111111010100110101100 | 3f3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)