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 | 膵э洲莨 | 1110010001011000100001001000111110001111010001101110010010111100 | e458848f8f46e4bc |
EUC-JP | 膵э洲莨 | 1110011110111001101001111110111110111101101001111110100010111110 | e7b9a7efbda7e8be |
UTF-8 | 膵э洲莨 | 1110100010000110101101011101000110001101111001101011010010110010111010001000111010101000 | e886b5d18de6b4b2e88ea8 |
UHC | 膵э洲? | 11110101111111011010110011101111111100011011110100111111 | f5fdaceff1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)