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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??瑗? | 001111110011111110001111110011001100000000111111 | 3f3f8fccc03f |
UTF-8 | 셕뤾瑗헤 | 111011001000010110010101111010111010010010111110111001111001000110010111111011011001011110100100 | ec8595eba4bee79197ed97a4 |
UHC | 셕뤾瑗헤 | 1011110011000110100011111110101011101010101111001100011111101100 | bcc68feaeabcc7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)