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 | ン銧艟ン銧艝^ | 1101110111111011110011001110010001111101110111011111101111001100111001000111101101011110 | ddfbcce47dddfbcce47b5e |
EUC-JP | ン銧艟ン銧艝^ | 100011101101110110001111111001001010011011100111110111101000111011011101100011111110010010100110111001111101110001011110 | 8edd8fe4a6e7de8edd8fe4a6e7dc5e |
UTF-8 | ン銧艟ン銧艝^ | 11101111101111101001110111101001100010101010011111101000100010011001111111101111101111101001110111101001100010101010011111101000100010011001110101011110 | efbe9de98aa7e8899fefbe9de98aa7e8899d5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)