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 | 鴨??洩 | 100010101001101100111111001111111000100101101011 | 8a9b3f3f896b |
EUC-JP | 鴨??洩 | 101100111111101100111111001111111011000111001100 | b3fb3f3fb1cc |
UTF-8 | 鴨용떵洩 | 111010011011010010101000111011001001101010101001111010111001011010110101111001101011010010101001 | e9b4a8ec9aa9eb96b5e6b4a9 |
UHC | 鴨용떵洩 | 1110010011100101101111111110101110110110101110101110000011011101 | e4e5bfebb6bae0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)