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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴨??絶 | 100010101001101100111111001111111001000011100010 | 8a9b3f3f90e2 |
EUC-JP | 鴨??絶 | 101100111111101100111111001111111100000011100100 | b3fb3f3fc0e4 |
UTF-8 | 鴨쒙풇絶 | 111010011011010010101000111011001001001010011001111011011001001010000111111001111011010110110110 | e9b4a8ec9299ed9287e7b5b6 |
UHC | 鴨쒙풇絶 | 1110010011100101100111001110111110111110100011111110111110111110 | e4e59cefbe8fefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)