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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 邪籃質k | 10001110110101111110001011010101100011101011111101101011 | 8ed7e2d58ebf6b |
EUC-JP | 邪籃質k | 10111100110110011110010011010111101111001100000101101011 | bcd9e4d7bcc16b |
UTF-8 | 邪籃質k | 11101001100000101010101011100111101100011000001111101000101100111010101001101011 | e982aae7b183e8b3aa6b |
UHC | 邪籃質k | 11011110111101111101010110111110111100101111010101101011 | def7d5bef2f56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)