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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊∠? | 1000100011001001100000011101101000111111 | 88c981da3f |
EUC-JP | 伊∠IJ | 10110000110010111010001011011100100011111010100110100110 | b0cba2dc8fa9a6 |
UTF-8 | 伊∠IJ | 1110010010111100100010101110001010001000101000001100010010110010 | e4bc8ae288a0c4b2 |
UHC | 伊∠IJ | 111011001010010110100001110100001010100010100110 | eca5a1d0a8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)