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 | ÛÞ}ÛÞ{^ | 11011011110111100111110111011011110111100111101101011110 | dbde7ddbde7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ÛÞ}ÛÞ{^ | 100011111010101011100101100011111010100110110000011111011000111110101010111001011000111110101001101100000111101101011110 | 8faae58fa9b07d8faae58fa9b07b5e |
UTF-8 | ÛÞ}ÛÞ{^ | 1100001110011011110000111001111001111101110000111001101111000011100111100111101101011110 | c39bc39e7dc39bc39e7b5e |
UHC | ?Þ}?Þ{^ | 001111111010100010101101011111010011111110101000101011010111101101011110 | 3fa8ad7d3fa8ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)