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 | 鴨??衍 | 100010101001101100111111001111111001111110100101 | 8a9b3f3f9fa5 |
EUC-JP | 鴨??衍 | 101100111111101100111111001111111101111010100111 | b3fb3f3fdea7 |
UTF-8 | 鴨쒏꼇衍 | 111010011011010010101000111011001001001010001111111010101011110010000111111010001010000110001101 | e9b4a8ec928feabc87e8a18d |
UHC | 鴨쒏꼇衍 | 1110010011100101100111001110011010110010101110111110011011100010 | e4e59ce6b2bbe6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)