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 | 鵰蕚マシ鵰 | 1111110001000111111001001101010011001111101111001111110001000111 | fc47e4d4cfbcfc47 |
EUC-JP | 鵰蕚マシ鵰 | 100011111110101111111011111010001101011010001110110011111000111010111100100011111110101111111011 | 8febfbe8d68ecf8ebc8febfb |
UTF-8 | 鵰蕚マシ鵰 | 111010011011010110110000111010001001010110011010111011111011111010001111111011111011110110111100111010011011010110110000 | e9b5b0e8959aefbe8fefbdbce9b5b0 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)