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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 膂順牽繼 | 1110010001001111100011111000011110001100101000011110001110001011 | e44f8f878ca1e38b |
EUC-JP | 膂順牽繼 | 1110011110110000101111011110011110111000101000111110010111101011 | e7b0bde7b8a3e5eb |
UTF-8 | 膂順牽繼 | 111010001000011010000010111010011010000010000110111001111000100110111101111001111011100110111100 | e88682e9a086e789bde7b9bc |
UHC | ?順牽繼 | 00111111111000101111011111001100101100101100110110101001 | 3fe2f7ccb2cda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)