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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闍滉シ√% | 111010001000101110011111111001001011110010000001111000111000000110010011 | e88b9fe4bc81e38193 |
EUC-JP | 闍滉シ√% | 11101111111010111101111011100110100011101011110010100010111001011010000111110011 | efebdee68ebca2e5a1f3 |
UTF-8 | 闍滉シ√% | 111010011001011110001101111001101011101110001001111011111011110110111100111000101000100010011010111011111011110010000101 | e9978de6bb89efbdbce2889aefbc85 |
UHC | ?滉?√% | 0011111111111100110100010011111110100001111011101010001110100101 | 3ffcd13fa1eea3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)