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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???日?? | 00111111001111110011111110010011111110100011111100111111 | 3f3f3f93fa3f3f |
EUC-JP | ???日?? | 00111111001111110011111111000110111111000011111100111111 | 3f3f3fc6fc3f3f |
UTF-8 | 蓮욋몼日뉔옃 | 111011111010011010011001111011001001101010001011111010111010101010111100111001101001011110100101111010111000100110010100111011001001100010000011 | efa699ec9a8bebaabce697a5eb8994ec9883 |
UHC | 蓮욋몼日뉔옃 | 111001101110010110111111111000101001000110100001111011001110110110000111111010011001111010001111 | e6e5bfe291a1eced87e99e8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)