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 | RXK | 1000000101010010100000010101100001001011 | 815281584b |
SJIS-WIN | ?R?XK | 0011111101010010001111110101100001001011 | 3f523f584b |
EUC-JP | ?R?XK | 0011111101010010001111110101100001001011 | 3f523f584b |
UTF-8 | RXK | 11000010100000010101001011000010100000010101100001001011 | c28152c281584b |
UHC | ?R?XK | 0011111101010010001111110101100001001011 | 3f523f584b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)