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 | ????R\ | 001111110011111100111111001111110101001001011100 | 3f3f3f3f525c |
SJIS-WIN | ??ビ?R\ | 00111111001111111000001101110010001111110101001001011100 | 3f3f83723f525c |
EUC-JP | ??ビ?R\ | 00111111001111111010010111010011001111110101001001011100 | 3f3fa5d33f525c |
UTF-8 | 룶핊ビ∼R\ | 1110101110100011101101101110110110010101100010101110001110000011100100111110001010001000101111000101001001011100 | eba3b6ed958ae38393e288bc525c |
UHC | 룶핊ビ∼R\ | 10001111101010111100000010001111101010111101001110100001101011010101001001011100 | 8fabc08fabd3a1ad525c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)