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 | ûõÀßûõÔ | 11111011111101011100000011011111111110111111010111010100 | fbf5c0dffbf5d4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ûõÀßûõÔ | 100011111010101111100101100011111010101111011000100011111010101010100010100011111010100111001110100011111010101111100101100011111010101111011000100011111010101011010100 | 8fabe58fabd88faaa28fa9ce8fabe58fabd88faad4 |
UTF-8 | ûõÀßûõÔ | 1100001110111011110000111011010111000011100000001100001110011111110000111011101111000011101101011100001110010100 | c3bbc3b5c380c39fc3bbc3b5c394 |
UHC | ???ß??? | 0011111100111111001111111010100110101100001111110011111100111111 | 3f3f3fa9ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)