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 | 錞ク寬セネ | 11111011110110111011100011111010101010101011111011001000 | fbdbb8faaabec8 |
EUC-JP | 錞ク?セネ | 10001111111001001101110010001110101110000011111110001110101111101000111011001000 | 8fe4dc8eb83f8ebe8ec8 |
UTF-8 | 錞ク寬セネ | 111010011000110010011110111011111011110110111000111001011010111110101100111011111011110110111110111011111011111010001000 | e98c9eefbdb8e5afacefbdbeefbe88 |
UHC | 錞?寬?? | 11100010111101100011111111001110101100000011111100111111 | e2f63fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)