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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 獒??瑗 | 1000111111001011101110110011111100111111100011111100110011000000 | 8fcbbb3f3f8fccc0 |
UTF-8 | 獒앯뱩瑗 | 111001111000110110010010111011001001010110101111111010111011000110101001111001111001000110010111 | e78d92ec95afebb1a9e79197 |
UHC | 獒앯뱩瑗 | 1110100010100011100111011110011110010011100011111110101010111100 | e8a39de7938feabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)