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 | 邂?紆?好 | 1110011110101110001111111110001011111100001111111000110101000100 | e7ae3fe2fc3f8d44 |
EUC-JP | 邂?紆?好 | 1110111010110000001111111110010011111110001111111011100110100101 | eeb03fe4fe3fb9a5 |
UTF-8 | 邂렱紆렡好 | 111010011000001010000010111010111010000010110001111001111011010010000110111010111010000010100001111001011010010110111101 | e98282eba0b1e7b486eba0a1e5a5bd |
UHC | 邂렱紆렡好 | 11111010101100111000111010111110111010011110000110001110101100101111101110111111 | fab38ebee9e18eb2fbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)