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 | ノュ菽 | 11001001101011011110010011000001 | c9ade4c1 |
EUC-JP | ノュ菽 | 100011101100100110001110101011011110100011000011 | 8ec98eade8c3 |
UTF-8 | ノュ菽 | 111011111011111010001001111011111011110110101101111010001000111110111101 | efbe89efbdade88fbd |
UHC | ??菽 | 00111111001111111110001011011101 | 3f3fe2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)