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 | 闍滉シ√☆ | 111010001000101110011111111001001011110010000001111000111000000110011001 | e88b9fe4bc81e38199 |
EUC-JP | 闍滉シ√☆ | 11101111111010111101111011100110100011101011110010100010111001011010000111111001 | efebdee68ebca2e5a1f9 |
UTF-8 | 闍滉シ√☆ | 111010011001011110001101111001101011101110001001111011111011110110111100111000101000100010011010111000101001100010000110 | e9978de6bb89efbdbce2889ae29886 |
UHC | ?滉?√☆ | 0011111111111100110100010011111110100001111011101010000111011001 | 3ffcd13fa1eea1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)