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 | ト鱧゙ト鯏ェ^ | 110001001110100111100101110111101100010011101001110000111010101001011110 | c4e9e5dec4e9c3aa5e |
EUC-JP | ト鱧゙ト鯏ェ^ | 10001110110001001111001011100111100011101101111010001110110001001111001011000101100011101010101001011110 | 8ec4f2e78ede8ec4f2c58eaa5e |
UTF-8 | ト鱧゙ト鯏ェ^ | 11101111101111101000010011101001101100011010011111101111101111101001111011101111101111101000010011101001101011111000111111101111101111011010101001011110 | efbe84e9b1a7efbe9eefbe84e9af8fefbdaa5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)