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 | 韃稲鎌 | 111010001110010110001000111011101000101010011001 | e8e588ee8a99 |
EUC-JP | 韃稲鎌 | 111100001110011110110000111100001011001111111001 | f0e7b0f0b3f9 |
UTF-8 | 韃稲鎌 | 111010011001111110000011111001111010100010110010111010011000111010001100 | e99f83e7a8b2e98e8c |
UHC | ??鎌 | 00111111001111111100110011000111 | 3f3fccc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)