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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娼テ将ア宵 | 1000111110101001110000111000111110101011101100011000111110101010 | 8fa9c38fabb18faa |
EUC-JP | 娼テ将ア宵 | 10111110101010111000111011000011101111101010110110001110101100011011111010101100 | beab8ec3bead8eb1beac |
UTF-8 | 娼テ将ア宵 | 111001011010100010111100111011111011111010000011111001011011000010000110111011111011110110110001111001011010111010110101 | e5a8bcefbe83e5b086efbdb1e5aeb5 |
UHC | 娼???宵 | 11110011110111100011111100111111001111111110000110110010 | f3de3f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)