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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肉?? | 10010011111101110011111100111111 | 93f73f3f |
EUC-JP | 肉?? | 11000110111110010011111100111111 | c6f93f3f |
UTF-8 | 肉먮젅 | 111010001000001010001001111010111010100010101110111011001010000010000101 | e88289eba8aeeca085 |
UHC | 肉먮젅 | 111010111011111110010000111010111010000010001000 | ebbf90eba088 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)