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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 偲汐偲゙ト汐B | 1000111011000011100011101010110010001110110000111101111011000100100011101010110001000010 | 8ec38eac8ec3dec48eac42 |
EUC-JP | 偲汐偲゙ト汐B | 10111100110001011011110010101110101111001100010110001110110111101000111011000100101111001010111001000010 | bcc5bcaebcc58ede8ec4bcae42 |
UTF-8 | 偲汐偲゙ト汐B | 11100101100000011011001011100110101100011001000011100101100000011011001011101111101111101001111011101111101111101000010011100110101100011001000001000010 | e581b2e6b190e581b2efbe9eefbe84e6b19042 |
UHC | ?汐???汐B | 001111111110000010110001001111110011111100111111111000001011000101000010 | 3fe0b13f3f3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)