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 | 輿??? | 1001011101100000001111110011111100111111 | 97603f3f3f |
EUC-JP | 輿??? | 1100110111000001001111110011111100111111 | cdc13f3f3f |
UTF-8 | 輿삳뭸柳 | 111010001011110010111111111011001000001010110011111010111010110110111000111011111010011110001001 | e8bcbfec82b3ebadb8efa789 |
UHC | 輿삳뭸柳 | 1110011010101011101110111110101110010010100001111110101011110111 | e6abbbeb9287eaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)