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 | 鈬九Ρ | 111001111110001110001011111000111000001110101111 | e7e38be383af |
EUC-JP | 鈬九Ρ | 111011101110010110110110111001011010011010110001 | eee5b6e5a6b1 |
UTF-8 | 鈬九Ρ | 1110100110001000101011001110010010111001100111011100111010100001 | e988ace4b99dcea1 |
UHC | ?九Ρ | 0011111111001110111110101010010111010001 | 3fcefaa5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)