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 | 鴨??形 | 100010101001101100111111001111111000110001100000 | 8a9b3f3f8c60 |
EUC-JP | 鴨??形 | 101100111111101100111111001111111011011111000001 | b3fb3f3fb7c1 |
UTF-8 | 鴨쒏꼇形 | 111010011011010010101000111011001001001010001111111010101011110010000111111001011011110110100010 | e9b4a8ec928feabc87e5bda2 |
UHC | 鴨쒏꼇形 | 1110010011100101100111001110011010110010101110111111101110100001 | e4e59ce6b2bbfba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)