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 | 鴨??厄 | 100010101001101100111111001111111001011011101111 | 8a9b3f3f96ef |
EUC-JP | 鴨??厄 | 101100111111101100111111001111111100110011110001 | b3fb3f3fccf1 |
UTF-8 | 鴨꼷뢜厄 | 111010011011010010101000111010101011110010110111111010111010001010011100111001011000111010000100 | e9b4a8eabcb7eba29ce58e84 |
UHC | 鴨꼷뢜厄 | 1110010011100101100001001000111110001111010101111110010011111000 | e4e5848f8f57e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)