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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ス釥ハス釥ハ^ | 101111011111101111000000110010101011110111111011110000001100101001011110 | bdfbc0cabdfbc0ca5e |
EUC-JP | ス釥ハス釥ハ^ | 100011101011110110001111111000111010101110001110110010101000111010111101100011111110001110101011100011101100101001011110 | 8ebd8fe3ab8eca8ebd8fe3ab8eca5e |
UTF-8 | ス釥ハス釥ハ^ | 11101111101111011011110111101001100001111010010111101111101111101000101011101111101111011011110111101001100001111010010111101111101111101000101001011110 | efbdbde987a5efbe8aefbdbde987a5efbe8a5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)